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