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