Click or drag to resize

DirectoryInfoDisableCompression Method

[AlphaFS] Disables compression of the specified directory and the files in it.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public void DisableCompression()
Remarks
This method disables the directory-compression attribute. It will not decompress the current contents of the directory. However, newly created files and directories will be uncompressed.
See Also