Returns true if the given path points to a file.
path
isFile("~/fred.jpg");
bool isFile(String path) => _Is().isFile(path);