currentDirectory property

String get currentDirectory

Gets the current working directory path.

Implementation

String get currentDirectory => io.Directory.current.path;