DirectoryInfoCreate Method (Boolean) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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