-
Notifications
You must be signed in to change notification settings - Fork 6
converter__InputDirectory
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#InputDirectory
Converts into the path to a readable directory.
The string value is interpreted as a path to a directory. The value must be a valid file system path to an existing directory with reading and traversal rights for the current user.
<param value="PATH"/>```
or
```xml
<param path="PATH"/>```
or
```xml
<param file="PATH"/>```
or
```xml
<param>PATH</param>```
*PATH* is converted into an *InputDirectory* as specified by the string conversion.