Mono Class Library: System.IO.Directory Overview | Members

System.IO.Directory.CreateDirectory Method

Creates the specified path and any additional parents if non-existant.

public static DirectoryInfo CreateDirectory (string path)

Parameters

path
A string containing the path to be created.

Returns

A System.IO.DirectoryInfo representing the created directory.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0