directory method
- @override
override
Returns a reference to a Directory at path
.
path
can be either a `String`
, a `Uri`
, or a `FileSystemEntity`
.
Implementation
@override
Directory directory(dynamic path) =>
new _ChrootDirectory(this, getPath(path));