method resource.filesystem.exists
Determine if a specified file or folder exists in the filesystem
Contract
Return typeboolean
No input parameters.
Water Contract
<method resource.filesystem.exists
  _return_type=boolean/>

See also: file, folder

Returns true if the file or folder in _subject actually exists on disk, otherwise returns false .
Example: Does file exist?
<file "logical://user/test_file.txt" />.<exists />