Changes the working directory to the given filesystem path (which may be either relative or absolute). Returns the new working directory on success or a message on failure.
If the given path is the empty string, the function simply returns the current working directory.
function cd input String newWorkingDirectory = ""; output String workingDirectory; end cd;