Function ctru_sys::FSUSER_RenameDirectory
source · pub unsafe extern "C" fn FSUSER_RenameDirectory(
srcArchive: FS_Archive,
srcPath: FS_Path,
dstArchive: FS_Archive,
dstPath: FS_Path
) -> Result
Expand description
Renames a directory.
§Arguments
srcArchive
- Archive containing the source directory.srcPath
- Path of the source directory.dstArchive
- Archive containing the destination directory.dstPath
- Path of the destination directory.