DirectoryDisableEncryption Method (String) |
[AlphaFS] Disables encryption of the specified directory and the files in it.
This method only creates/modifies the file "Desktop.ini" in the root of path and disables encryption by writing: "Disable=1"
This method does not affect encryption of files and subdirectories below the indicated directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void DisableEncryption(
string path
)
Public Shared Sub DisableEncryption (
path As String
)
public:
static void DisableEncryption(
String^ path
)
static member DisableEncryption :
path : string -> unit
Parameters
- path
- Type: SystemString
The name of the directory for which to disable encryption.
Exceptions See Also