[This is preliminary documentation and is subject to change.]

Creates a directory given the file path. This program creates the directory only if the directory does not exist.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void CreateDirectory(
	string filePath
)
Visual Basic (Declaration)
Public Shared Sub CreateDirectory ( _
	filePath As String _
)
Visual C++
public:
static void CreateDirectory(
	String^ filePath
)

Parameters

filePath
Type: System..::.String
The complete file path where the directory is supposed to be created.

Exceptions

See Also