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.
DefileException if the call fails.
See Implementation
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.