Click or drag to resize
DirectoryInfoEncrypt 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 Encrypt(
	bool recursive
)

Parameters

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