DirectoryInfoCreate Method (Boolean) |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public void Create(
bool compress
)
Public Sub Create (
compress As Boolean
)
public:
void Create(
bool compress
)
member Create :
compress : bool -> unit
Parameters
- compress
- Type: SystemBoolean
When compresses the directory.
Remarks If the directory already exists, this method does nothing.
See Also