FileCompressTransacted Method (KernelTransaction, String) |
[AlphaFS] Compresses a file using NTFS compression.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void CompressTransacted(
KernelTransaction transaction,
string path
)
Public Shared Sub CompressTransacted (
transaction As KernelTransaction,
path As String
)
public:
static void CompressTransacted(
KernelTransaction^ transaction,
String^ path
)
static member CompressTransacted :
transaction : KernelTransaction *
path : string -> unit
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
A path that describes a file to compress.
See Also