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 LocalDirectory(this, new io.Directory(getPath(path)));