Function ctru_sys::FSUSER_DeleteDirectoryRecursively
source · pub unsafe extern "C" fn FSUSER_DeleteDirectoryRecursively(
archive: FS_Archive,
path: FS_Path
) -> Result
Expand description
Deletes a directory, also deleting its contents.
§Arguments
archive
- Archive containing the directory.path
- Path of the directory.