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