-
Notifications
You must be signed in to change notification settings - Fork 6
converter__File
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#File
Converts into a file or directory path.
Interprets the input string as a file or directory path using the current system directory separator character.
<param value="PATH"/>```
or
```xml
<param file="PATH"/>```
or
```xml
<param path="PATH"/>```
or
```xml
<param>PATH</param>```
*PATH* is the path to the file or directory.