nn::fs::CreateDirectory Function
void CreateDirectory(
const wchar_t * pathName
);
| Name | Description | |
|---|---|---|
| in | pathName | Path of the directory to create. |
Creates a directory.
This function does not return processing results and it is therefore impossible to handle errors. In general, use TryCreateDirectory.
CONFIDENTIAL