pwd top-level property

String pwd

Returns the current working directory.

print(pwd);

See join

Implementation

String get pwd => _PWD().pwd;