The Path_DoesExist() function indicates whether the specified path exists.
Path_DoesExist(path)
• path – A string containing the path to verify. The path must be in native format.
A boolean. True indicates the path exists, while false indicates it does not.