...
Note that all file and folder paths in Shogun in Shogun Post HSL scripting use forward slashes instead of back-slashes.
...
Returns true if the file or folder path specified exists on the file system.
Examples
Code Block | ||
---|---|---|
| ||
// See if this file exists on our disk |
...
boolean $itExists = `pathExists "C:/temp/test.txt"`; |
...
print $itExists; |