DirectoryDecompressTransacted Method (KernelTransaction, String, DirectoryEnumerationOptions) |
[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
)
Public Shared Sub DecompressTransacted (
transaction As KernelTransaction,
path As String,
options As DirectoryEnumerationOptions
)
public:
static void DecompressTransacted(
KernelTransaction^ transaction,
String^ path,
DirectoryEnumerationOptions options
)
static member DecompressTransacted :
transaction : KernelTransaction *
path : string *
options : DirectoryEnumerationOptions -> 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.
Exceptions See Also