IsDir / Dir?

Boolean = IsDir ( Path )

Returns if a path points to a directory. If the path does not exist, this function returns FALSE.


Examples

PRINT IsDir("/etc/password")

False

PRINT IsDir(Application.Home &/ ".gambas")

True

PRINT IsDir("/windows")

False