pub unsafe extern "C" fn FSUSER_RenameFile(
    srcArchive: FS_Archive,
    srcPath: FS_Path,
    dstArchive: FS_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.