Click or drag to resize

DirectoryDecompress Method (String, DirectoryEnumerationOptions)

[AlphaFS] Decompresses an NTFS compressed directory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void Decompress(
	string path,
	DirectoryEnumerationOptions options
)

Parameters

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.
Exceptions
See Also