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#
public void CreateFolder(
	string path
)
Visual Basic
Public Sub CreateFolder ( 
	path As String
)
Visual C++
public:
virtual void CreateFolder(
	String^ path
) sealed
F#
abstract CreateFolder : 
        path : string -> unit 
override CreateFolder : 
        path : string -> unit 

Parameters

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

Implements

IFileContentProvider..::..CreateFolder(String)

See Also