DirectoryDecompress Method (String, DirectoryEnumerationOptions, DirectoryEnumerationFilters, PathFormat) |
[AlphaFS] Decompresses an NTFS compressed directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void Decompress(
string path,
DirectoryEnumerationOptions options,
DirectoryEnumerationFilters filters,
PathFormat pathFormat
)
Public Shared Sub Decompress (
path As String,
options As DirectoryEnumerationOptions,
filters As DirectoryEnumerationFilters,
pathFormat As PathFormat
)
public:
static void Decompress(
String^ path,
DirectoryEnumerationOptions options,
DirectoryEnumerationFilters^ filters,
PathFormat pathFormat
)
static member Decompress :
path : string *
options : DirectoryEnumerationOptions *
filters : DirectoryEnumerationFilters *
pathFormat : PathFormat -> unit
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. - filters
- Type: Alphaleonis.Win32.FilesystemDirectoryEnumerationFilters
The specification of custom filters to be used in the process. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Exceptions See Also