Function ctru_sys::FSPXI_CreateDirectory
source · pub unsafe extern "C" fn FSPXI_CreateDirectory(
serviceHandle: Handle,
archive: FSPXI_Archive,
path: FS_Path,
attributes: u32_
) -> Result
Expand description
Creates a directory.
§Arguments
archive
- Archive to create the directory in.path
- Path of the directory.attributes
- Attributes of the directory.