public function __construct($directory = 'temp-garbage/', $prefix = 'TmpFile')
 {
     $this->path = FileUtils::makeTempFile($directory, $prefix);
 }