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