Click or drag to resize

DirectoryCompress Method (String, PathFormat)

[AlphaFS] Compresses a directory using NTFS compression.

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

Parameters

path
Type: SystemString
A path that describes a directory to compress.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Exceptions
Remarks
This will only compress the root items (non recursive).
See Also