Future<bool> isFile(String path, {bool debug = false}) async { return testFile(path, 'f', debug: debug); }