DirectoryDecompressTransacted Method (KernelTransaction, 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 DecompressTransacted(
KernelTransaction transaction,
string path,
DirectoryEnumerationOptions options,
DirectoryEnumerationFilters filters,
PathFormat pathFormat
)
Public Shared Sub DecompressTransacted (
transaction As KernelTransaction,
path As String,
options As DirectoryEnumerationOptions,
filters As DirectoryEnumerationFilters,
pathFormat As PathFormat
)
public:
static void DecompressTransacted(
KernelTransaction^ transaction,
String^ path,
DirectoryEnumerationOptions options,
DirectoryEnumerationFilters^ filters,
PathFormat pathFormat
)
static member DecompressTransacted :
transaction : KernelTransaction *
path : string *
options : DirectoryEnumerationOptions *
filters : DirectoryEnumerationFilters *
pathFormat : PathFormat -> unit
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. - 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