valueAtCurrent method
Calls valueAt with the working directory at the start of the program.
Implementation
T valueAtCurrent() => valueAt(_directoryCurrent);
Calls valueAt with the working directory at the start of the program.
T valueAtCurrent() => valueAt(_directoryCurrent);