existInquire whether file or directory exists |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
result = Files.exist(name);
Returns true, if "name" is an existing file or directory. If this is not the case, the function returns false.
name |
Type: String Description: Name of file or directory |
---|
result |
Type: Boolean Description: = true, if file or directory exists |
---|