Create a directory if it does not exist.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub CreateDirectory ( _
	path As String _
)
C#
public static void CreateDirectory(
	string path
)

Parameters

path
Type: System..::..String

See Also