Skip to content

currentDir

currentDir() → string · System

Get the current working directory path.

utlx
{
  workingDir: currentDir()
}
// Output: {"workingDir": "/home/user/project"}

Released under AGPL-3.0.