DirectoryDecompress Method (KernelTransaction, String) |
[AlphaFS] Decompresses an NTFS compressed directory.
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 directory to decompress.
Remarks This will only decompress the root items, non recursive.
See Also