DirectoryDecompress Method (String) |
[AlphaFS] Decompresses an NTFS compressed directory.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void Decompress(
string path
)
Public Shared Sub Decompress (
path As String
)
public:
static void Decompress(
String^ path
)
static member Decompress :
path : string -> unit
Parameters
- path
- Type: SystemString
A path that describes a directory to decompress.
Remarks This will only decompress the root items, non recursive.
See Also