FileInfo.isFile

True if this is a file. On POSIX if both isFile and isDirectory are false it is a special file.

struct FileInfo
bool isFile;

Meta