Variable DirEntry.isDirectory

True if an entry is a directory

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