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