getCurrentPath function

String getCurrentPath()

Implementation

String getCurrentPath() {
  return Directory.current.unixPath;
}