Contents:
API Reference:
Test API Reference:
Checks if a path corresponds to an existing file or directory.
if (!fs_exist("./foo.txt")) { print("foo.txt not found"); } else { printf("foo.txt found"); }
path – [in] Some null-terminated path
If the file or directory exists.