path property

String get path

Implementation

String get path => [Directory.current.path, ...split("/")..remove("")].join(Platform.pathSeparator);