getCwd function

String getCwd()

Gets current directory

Implementation

String getCwd() {
  return pathFullName(dart_io.Directory.current.absolute.path);
}