This information is part of the Modelica Standard Library maintained by the Modelica Association.
Files
Functions to work with files and directories
Package Contents
| assertNew Trigger an assert, if a file or directory exists | |
| copy Generate a copy of a file or of a directory | |
| createDirectory Create directory (if directory already exists, ignore call) | |
| exist Inquire whether file or directory exists | |
| fullPathName Get full path name of file or directory name | |
| list List content of file or directory | |
| move Move a file or a directory to another place | |
| remove Remove file or directory (ignore call, if it does not exist) | |
| removeFile Remove file (ignore call, if it does not exist) | |
| splitPathName Split path name in directory, file name kernel, file name extension | |
| temporaryFileName Return arbitrary name of a file that does not exist and is in a directory where access rights allow to write to this file (useful for temporary output of files) |
