Home |
Function RTFCreateDir |
Function RTFCreateDirRTFCreateDir creates a new directory: int RTFCreateDir(const char * DirName); Parameter DirName must point to the name of the directory to create. The directory can have any legal file name syntax. If the function succeeds, the return value is RTF_NO_ERROR. If the function fails, the return value is a negative error code.
|