You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#InputFile
Synopsis
Converts into the path to a readable file.
String conversion
The string value is interpreted as a path to a regular file. The value must be a valid file system path to an existing regular file with reading rights for the current user.
XML conversion
<paramvalue="PATH"/>```
or
```xml
<parampath="PATH"/>```
or
```xml
<paramfile="PATH"/>```
or
```xml
<param>PATH</param>```
*PATH* is converted into an *InputFile* as specified by the string conversion.