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