.OpenModelica.Scripting.cd

Information

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.

Interface

function cd
  input String newWorkingDirectory = "";
  output String workingDirectory;
end cd;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos