FileDecrypt Method (String, PathFormat) |
[AlphaFS] Decrypts a file that was encrypted by the current account using the Encrypt method.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void Decrypt(
string path,
PathFormat pathFormat
)
Public Shared Sub Decrypt (
path As String,
pathFormat As PathFormat
)
public:
static void Decrypt(
String^ path,
PathFormat pathFormat
)
static member Decrypt :
path : string *
pathFormat : PathFormat -> unit
Parameters
- path
- Type: SystemString
A path that describes a file to decrypt. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
See Also