#include <nitro/fs.h>
BOOL FS_DeleteDirectory(const char *path);
path |
Path name of the directory to delete. |
Returns TRUE if the directory was deleted properly; returns FALSE otherwise. In case of failure, the error details can be obtained using FS_GetArchiveResultCode()
.
Deletes the specified directory. The function returns FALSE in the following situations:
FS_PERMIT_*
FS_CreateDirectory
FS_RenameDirectory
FS_GetResultCode
2009/02/05 Added empty-directory error.
2007/09/18 Initial version.
CONFIDENTIAL