Prints the current working directory for the agent
pwd
let fileManager = $.NSFileManager.defaultManager; let cwd = fileManager.currentDirectoryPath;