Click or drag to resize

DirectoryInfoCreate Method

Creates a directory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public void Create()
Remarks
If the directory already exists, this method does nothing.
See Also