DirectoryDecrypt Method (String, Boolean, PathFormat) |
[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,
bool recursive,
PathFormat pathFormat
)
Public Shared Sub Decrypt (
path As String,
recursive As Boolean,
pathFormat As PathFormat
)
public:
static void Decrypt(
String^ path,
bool recursive,
PathFormat pathFormat
)
static member Decrypt :
path : string *
recursive : bool *
pathFormat : PathFormat -> unit
Parameters
- path
- Type: SystemString
A path that describes a directory to decrypt. - recursive
- Type: SystemBoolean
to decrypt the directory recursively. only decrypt the directory. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Exceptions See Also