FileDecompressTransacted Method (KernelTransaction, String, PathFormat) |
[AlphaFS] Decompresses an NTFS compressed file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void DecompressTransacted(
KernelTransaction transaction,
string path,
PathFormat pathFormat
)
Public Shared Sub DecompressTransacted (
transaction As KernelTransaction,
path As String,
pathFormat As PathFormat
)
public:
static void DecompressTransacted(
KernelTransaction^ transaction,
String^ path,
PathFormat pathFormat
)
static member DecompressTransacted :
transaction : KernelTransaction *
path : string *
pathFormat : PathFormat -> unit
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - 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