current property
The current directory that relative paths are relative to.
Implementation
String get current => _current != null ? _current : p.current;
The current directory that relative paths are relative to.
String get current => _current != null ? _current : p.current;