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