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