.Modelica.Utilities.Files.assertNew

Information

Syntax

Files.assertNew(name);
Files.assertNew(name, message="This is not allowed");

Description

Triggers an assert, if "name" is an existing file or directory. The error message has the following structure:

  File "<name>" already exists.
  <message>

Interface

function assertNew
  extends Modelica.Icons.Function;
  input String name "Name of file or directory";
  input String message = "This is not allowed." "Message that should be printed after the default message in a new line";
end assertNew;

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39