Click or drag to resize
FileDecrypt Method (String)
Decrypts a file 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 static void Decrypt(
	string path
)

Parameters

path
Type: SystemString
A path that describes a file to decrypt.
See Also