Click or drag to resize

DirectoryInfoCreate Method (Boolean)

[AlphaFS] Creates a directory using a DirectorySecurity object.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public void Create(
	bool compress
)

Parameters

compress
Type: SystemBoolean
When compresses the directory.
Remarks
If the directory already exists, this method does nothing.
See Also