Test functions of Modelica.Utilities.Internal
function Internal extends Modelica.Icons.Function; import Modelica.Utilities.Internal.FileSystem; import Modelica.Utilities.System; import Modelica.Utilities.Types; import Modelica.Utilities.Streams; input String logFile = "ModelicaTestLog.txt" "Filename where the log is stored"; output Boolean ok; end Internal;