pathexists(
FILEPATH
)

The pathexists( function checks to see if a path exists.


Parameters

This function has one parameter:

filepath – a path to a folder. This may be either a UNIX path or an HFS path. (See Files and Folders for more information.)


Description

Checks to see if a path to a folder exists. Returns true or false.

pathexists("/Users/tomswift/Dropbox") ☞ -1
pathexists("/Users/tomswift/NoDropbox") ☞ 0

Note: This function is identical to the folderexists( function.

Note: This function is equivalent to:

folderexists(thepath)

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.