Function ctru_sys::FSUSER_DeleteDirectory
source · pub unsafe extern "C" fn FSUSER_DeleteDirectory(
archive: FS_Archive,
path: FS_Path
) -> Result
Expand description
Deletes a directory, failing if it is not empty.
§Arguments
archive
- Archive containing the directory.path
- Path of the directory.