change directory to the given 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;