FileExists Method
Checks whether a vault item exists.
Syntax
public boolean fileExists(String fileName);
Remarks
This method checks whether a vault item (file, directory, symbolic link, or alternate stream) with the specified FileName exists in the vault. If the specified vault item exists, this method returns true; otherwise it returns false.
The value passed for FileName must be a vault-local absolute path.
Note: This method can only be called when Active is true.