DirExists ( p$ )
Returns true if a directory exist and false otherwise.
Example:
DirExists (
"/folder"
)