Contents:
API Reference:
Test API Reference:
Checks if a path corresponds to a file.
if (!fs_is_file("./foo.txt")) { print("path is not a file"); } else { print("path is a file"); }
path – [in] Some null-terminated path
If path points to an existing file.