impure functioncopyDirectory
Copy a directory
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | oldName | Old directory name without trailing '/'; existence is guaranteed | |
| String | newName | New directory name without trailing '/'; directory was already created | |
| Boolean | replace | = true, if an existing newName may be replaced |