Click or drag to resize
DirectoryDecompress Method (KernelTransaction, String, PathFormat)
[AlphaFS] Decompresses an NTFS compressed directory.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void Decompress(
	KernelTransaction transaction,
	string path,
	PathFormat pathFormat
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
A path that describes a directory to decompress.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Remarks
This will only decompress the root items, non recursive.
See Also