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