DirectoryCompress Method (String) |
[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
)
Public Shared Sub Compress (
path As String
)
public:
static void Compress(
String^ path
)
static member Compress :
path : string -> unit
Parameters
- path
- Type: SystemString
A path that describes a directory to compress.
Exceptions Remarks This will only compress the root items (non recursive).
See Also