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