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