Пример #1
0
 /**
  * check if a file or folder has been updated since $time
  *
  * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem
  * @param string $path
  * @param int $time
  * @return bool
  */
 public static function hasUpdated($path, $time)
 {
     return \OC\Files\Filesystem::hasUpdated($path, $time);
 }