@c Remove a directory
This is the usual UNIX rmdir function.
The argument of the function is the name of the directory to be deleted.
int file_rmdir(char *pszDirectoryName ){