Variable DirEntry.isFile

True if an entry is a file

struct DirEntry
{
  // ...
  bool isFile ;
  // ...
}