DirectoryDecompressTransacted Method (KernelTransaction, String) |
[AlphaFS] Decompresses an NTFS compressed directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void DecompressTransacted(
KernelTransaction transaction,
string path
)
Public Shared Sub DecompressTransacted (
transaction As KernelTransaction,
path As String
)
public:
static void DecompressTransacted(
KernelTransaction^ transaction,
String^ path
)
static member DecompressTransacted :
transaction : KernelTransaction *
path : string -> unit
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
A path that describes a directory to decompress.
Exceptions Remarks This will only decompress the root items (non recursive).
See Also