Contents:
API Reference:
Test API Reference:
Deletes an empty directory if it exists.
if (!fs_delete_dir("foo")) { printf("fs_delete_dir failed"); }
path – [in] Some null-terminated path
If the directory was deleted.