Click or drag to resize
DirectoryEncrypt Method (String)
[AlphaFS] Encrypts a directory so that only the account used to encrypt the directory can decrypt it.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void Encrypt(
	string path
)

Parameters

path
Type: SystemString
A path that describes a directory to encrypt.
See Also