Skip to content

converter__File

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#File

Synopsis

Converts into a file or directory path.

String conversion

Interprets the input string as a file or directory path using the current system directory separator character.

XML conversion

<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.
      
Clone this wiki locally