Path_DoesExist()

Examples


The Path_DoesExist() function indicates whether the specified path exists.

Syntax

Path_DoesExist(path)

Parameters

path – A string containing the path to verify. The path must be in native format.

Return value

A boolean. True indicates the path exists, while false indicates it does not.


Documentation Feedback