New directory with
@override Directory directoryWith({String? path}) => path == null ? currentDirectory : directory(path);