Function ctru_sys::FSPXI_RenameDirectory
source · pub unsafe extern "C" fn FSPXI_RenameDirectory(
serviceHandle: Handle,
srcArchive: FSPXI_Archive,
srcPath: FS_Path,
dstArchive: FSPXI_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.