Variable DirEntry.name

Entry base name (relative to its containing directory)

struct DirEntry
{
  // ...
  string name ;
  // ...
}