DirectoryInfoDecrypt Method (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 void Decrypt(
bool recursive
)
Public Sub Decrypt (
recursive As Boolean
)
public:
void Decrypt(
bool recursive
)
member Decrypt :
recursive : bool -> unit
Parameters
- recursive
- Type: SystemBoolean
to decrypt the directory recursively. only decrypt files and directories in the root of the directory.
See Also