packageUtilities

Library of utility functions dedicated to scripting (operating on files, streams, strings, system)

Extends from Modelica.Icons.UtilitiesPackage (Icon for utility packages).

Information

This package contains Modelica functions that are especially suited for scripting. The functions might be used to work with strings, read data from file, write data to file or copy, move and remove files.

For an introduction, have especially a look at:

The following main sublibraries are available:

  • Files provides functions to operate on files and directories, e.g., to copy, move, remove files.
  • Streams provides functions to read from files and write to files.
  • Strings provides functions to operate on strings. E.g. substring, find, replace, sort, scanToken.
  • System provides functions to interact with the environment. E.g., get or set the working directory or environment variables and to send a command to the default shell.

Copyright © 1998-2025, Modelica Association and contributors

Contents

NameDescription
UsersGuideUser's Guide of Utilities Library
ExamplesExamples to demonstrate the usage of package Modelica.Utilities
FilesFunctions to work with files and directories
StreamsRead from files and write to files
StringsOperations on strings
SystemInteraction with environment
TypesType definitions used in package Modelica.Utilities
InternalInternal components that a user should usually not directly utilize