检索已存在的目录项。如果指定的path不存在或者path指向的项不是一个目录,则返回的未来对象将产生错误。
path
Future<Entry> getDirectory(String path) { return _getDirectory(path); }