Click or drag to resize
DirectoryInfoCreate Method
Creates a directory.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public void Create()
Exceptions
ExceptionCondition
IOExceptionThe directory cannot be created.
See Also