Creates a new Directory object for the given path.
path
When this override is installed, this function overrides the behavior of new Directory() and new Directory.fromUri().
new Directory()
new Directory.fromUri()
Directory createDirectory(String path) => new _Directory(path);