Make directory (POSIX: 'mkdir')
impure function mkdir extends Modelica.Icons.Function; input String directoryName "Make a new directory"; end mkdir;