Click or drag to resize

DirectoryDecompressTransacted Method (KernelTransaction, String, DirectoryEnumerationOptions, PathFormat)

[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,
	DirectoryEnumerationOptions options,
	PathFormat pathFormat
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
A path that describes a directory to decompress.
options
Type: Alphaleonis.Win32.FilesystemDirectoryEnumerationOptions
DirectoryEnumerationOptions flags that specify how the directory is to be enumerated.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Exceptions
See Also