DirectoryDecrypt Method (String, Boolean) |
[AlphaFS] Decrypts a directory that was encrypted by the current account using the Encrypt method.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void Decrypt(
string path,
bool recursive
)
Public Shared Sub Decrypt (
path As String,
recursive As Boolean
)
public:
static void Decrypt(
String^ path,
bool recursive
)
static member Decrypt :
path : string *
recursive : bool -> unit
Parameters
- path
- Type: SystemString
A path that describes a directory to decrypt. - recursive
- Type: SystemBoolean
to decrypt the directory recursively. only decrypt files and directories in the root of path.
See Also