Variable FileDialog._isRoot

class FileDialog
{
  // ...
  bool _isRoot;
  // ...
}