Checks if a file exists
path - File path to check Returns true if file exists
path
bool fileExists(String path) { return exists(path); }