HomeManualTopicsTypesSymbols

std::mkdir

creates a directory

Parameters

pathname
the path of the directory to create
mode (optional)
the mode of the directory

Results

None

Description

This function needs I/O-access rights.

Example

mkdir! "test_data"

Topic

POSIX

See also

std::chdir changes the current working directory
std::stat retrieves status information about the specified file