Defile.mkdir

A wrapper for PHYSFS_mkdir.

Creates a directory on the local file system, including any parent directories in the specified path that do not exist. See the documentation for PHYSFS_mkdir for details.

struct Defile
static
void
mkdir
(
string dirPath
)

Throws

DefileException if the call fails.

Meta