Checks the existence of a directory.
Syntax
<Result> = fDirExist(<Directory name>)
<Result>: Boolean
- True if the directory exists,
- False otherwise (the directory name corresponds to a file name for example).
<Directory name>: Character string
Name and full (or relative) path of the directory. Wildcard characters (*,?) are not allowed.