ph_fileexists PowerHome formula function
Description
Checks whether the specified file exists or not.
Syntax
ph_fileexists ( filespec )
Argument Description
filespec String representing the full path and filename of the file to check.
Return value
Integer. Returns a 1 if the file exists. Returns 0 if the file is not found.
Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_fileexists("C:/powerhome/myalerts.txt")