Function FSUSER_CreateDirectory

Source
pub unsafe extern "C" fn FSUSER_CreateDirectory(
    archive: FS_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.