PowerUp Description
The pwrFILEEXISTS PowerUp function checks whether a specified file exits.
PowerUp Syntax
pwrFILEEXISTS(filepath)
The pwrFILEEXISTS PowerUp function has the following arguments:
filepath – Required. This is the full path to the file you are checking for.
Return Value
pwrFILEEXISTS will return TRUE if the file exists. If the file does not exist or no value provided FALSE will be returned.
Remarks
None.
Example
=pwrFILEEXISTS("D:\TEMP\TestFile.txt")
Would return TRUE if the file TestFile.txt existed in the D:\Temp folder.