1.17.23. file_rmdir

[<<<] [>>>]

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
);

[<<<] [>>>]