currentDirectory property

Path get currentDirectory

Implementation

static Path get currentDirectory => Path(Directory.current.path);
set currentDirectory (Path path)

Implementation

static set currentDirectory(Path path) => Directory.current = path.asString();