Function ctru_sys::FSPXI_RenameFile

source ·
pub unsafe extern "C" fn FSPXI_RenameFile(
    serviceHandle: Handle,
    srcArchive: FSPXI_Archive,
    srcPath: FS_Path,
    dstArchive: FSPXI_Archive,
    dstPath: FS_Path
) -> Result
Expand description

Renames a file.

§Arguments

  • srcArchive - Archive containing the source file.
  • srcPath - Path of the source file.
  • dstArchive - Archive containing the destination file.
  • dstPath - Path of the destination file.