Variable FormDataFile._fileHandle

class FormDataFile
{
  // ...
  std.stdio.File _fileHandle ;
  // ...
}