Click or drag to resize

DirectoryDecompressTransacted Method (KernelTransaction, String, DirectoryEnumerationFilters)

[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,
	DirectoryEnumerationFilters filters
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
A path that describes a directory to decompress.
filters
Type: Alphaleonis.Win32.FilesystemDirectoryEnumerationFilters
The specification of custom filters to be used in the process.
Exceptions
Remarks
This will only decompress the root items (non recursive).
See Also