Check if a directory exists at the given path.
@override bool directoryExists(String path) { return io.Directory(path).existsSync(); }