Home |
Function RTFRemoveDir |
Function RTFRemoveDirRTFRemoveDir removes a directory: int RTFRemoveDir(const char * DirName); ParametersDirNameMust point to the name of the directory to be removed. The directory can have any legal file name syntax. return valueIf the function succeeds, the return value is RTF_NO_ERROR. If the function fails, the return value is a negative error code. This function fails on an attempt to remove a current directory, a directory which is not empty, or a root directory.
|