Home |
Function RTFDelete |
Function RTFDeleteRTFDelete deletes a file: int RTFDelete(const char * FileName); ParametersFileNameMust point to the name of the file to be deleted and may not contain wildcards. This function cannot delete directories. return valueIf the function succeeds, the return value is RTF_NO_ERROR. If the function fails, the return value is a negative error code.
|