Otter SDK Reference
Version:

CreateDirectoryAsync(string path, int posixFileMode) Method

Ensures that the directory with the specified path exists.

Syntax

public abstract System.Threading.Tasks.Task CreateDirectoryAsync(string path, int posixFileMode)

Parameters

path
Type: string

The full path of the directory.

posixFileMode
Type: int

The octal file mode to use if the directory is created.