codice:
$str="prova";
$fd = fopen($this->folder."\\".$this->filename,"r+");
  fwrite($fd, $str);
fclose($fd);