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