#include <nitro/fs.h>
BOOL FS_RenameDirectory(const char *src, const char *dst);
src | Path name of the directory before the change. |
dst | Path name of the directory after the change. |
Returns TRUE if the directory name was changed properly; returns FALSE otherwise. In case of failure, the error details can be obtained using FS_GetArchiveResultCode()
.
Changes the specified directory name. This is the same as moving a directory. The function returns FALSE in the following situations:
FS_PERMIT_*
FS_CreateDirectory FS_DeleteDirectory FS_GetResultCode
2007/09/18 Initial version.
CONFIDENTIAL