DirectoryDecrypt Method (String) |
[AlphaFS] Decrypts a directory that was encrypted by the current account using the Encrypt method.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void Decrypt(
string path
)
Public Shared Sub Decrypt (
path As String
)
public:
static void Decrypt(
String^ path
)
static member Decrypt :
path : string -> unit
Parameters
- path
- Type: SystemString
A path that describes a directory to decrypt.
Exceptions See Also