Creates a folder. Simpler version of the method contained in the FileSystemContentProvider, used outside the file admin screens.

Namespace: MonoSoftware.MonoX.FileSystem
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
void CreateFolder(
	string path
)
Visual Basic
Sub CreateFolder ( 
	path As String
)
Visual C++
void CreateFolder(
	String^ path
)
F#
abstract CreateFolder : 
        path : string -> unit 

Parameters

path
Type: System..::..String
Folder path.

See Also