FileDecompress Method (String, PathFormat) |
[AlphaFS] Decompresses an NTFS compressed file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void Decompress(
string path,
PathFormat pathFormat
)
Public Shared Sub Decompress (
path As String,
pathFormat As PathFormat
)
public:
static void Decompress(
String^ path,
PathFormat pathFormat
)
static member Decompress :
path : string *
pathFormat : PathFormat -> unit
Parameters
- path
- Type: SystemString
A path that describes a file to decompress. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
See Also