Ejemplo n.º 1
0
 /** 
  *  sets the last modification time of the file (mtime) to the value given 
  *  in the second parameter or to now if the second param is empty.
  *  Even if the modification time is set to a custom value the access time is set to now.
  */
 public function touch($mtime)
 {
     OC_Filesystem::touch($this->path, $mtime);
 }