Variable FileDialog._entries

class FileDialog
{
  // ...
  std.file.DirEntry[] _entries;
  // ...
}