Otter SDK Reference
Version:

Create(string path) Method

Creates the specified directory if it does not already exist.

Syntax

public static void Create(string path)

Parameters

path
Type: string

The path of the directory to create.

Exceptions

System.ArgumentNullException

path is null (Nothing in Visual Basic) or empty.