D Documentation  
isfile
int isfile(char[] name)

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

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

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