D Documentation  
isdir
int isdir(char[] name)

This function checks, if name is a directory.
It throws an error if name does not exist in any form (file, directory, link, ...).

Returns zero, if it was not a directory, otherwise not zero.

See also:
FileException, exists, isfile, chdir, listdir
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.