Click or drag to resize

FileCompress Method (String)

[AlphaFS] Compresses a file using NTFS compression.

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

Parameters

path
Type: SystemString
A path that describes a file to compress.
See Also