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