Click or drag to resize
DirectoryInfoDecrypt Method (Boolean)
[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.0
Syntax
public void Decrypt(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean
to decrypt the directory recursively. only decrypt files and directories in the root of the directory.
See Also