.OpenModelica.Scripting.mkdir

Creates a directory.

Information

Creates a directory for the given filesystem path (which may be either relative or absolute). Returns true if the directory was created or already exists, otherwise false.

Interface

function mkdir
  input String newDirectory;
  output Boolean success;
end mkdir;

Generated at 2025-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos