fileexistspath(
PATH
)

The fileexistspath( function tests to see if a file exists.


Parameters

This function has one parameter:

path – path and filename of file.


Description

This function tests to see if a file exists.

fileexistspath("~/Desktop/Installer Log.txt") ☞ -1 (true)

Note: This function is no longer necessary since the fileexists( function now allows the use of a single combined path/filename parameter.

Note: This function is equivalent to:

fileexists(thepath)

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but this function is no longer necessary since the fileexists( function now allows the use of a single combined path/filename parameter.