Boolean = IsDir ( Path )
Returns if a path points to a directory. If the path does not exist, this function returns FALSE.
FALSE
PRINT IsDir("/etc/password") False
PRINT IsDir(Application.Home &/ ".gambas") True
PRINT IsDir("/windows") False