WorkingDirectory
Synopsis
Converts into the path to a working directory.
String conversion
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, writing and traversal rights for the current user.
XML conversion
<param value="PATH"/>
or
<param path="PATH"/>
or
<param file="PATH"/>
or
<param>PATH</param>
PATH is converted into an WorkingDirectory as specified by the string conversion.