Click or drag to resize

FileDecompressTransacted Method (KernelTransaction, String)

[AlphaFS] Decompresses an NTFS compressed file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static void DecompressTransacted(
	KernelTransaction transaction,
	string path
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
A path that describes a file to decompress.
See Also