Пример #1
0
 /**
  * Adds a suffix to the name in case the file exists
  *
  * @param $path
  * @param $filename
  * @return string
  */
 public static function buildNotExistingFileName($path, $filename)
 {
     return \OC_Helper::buildNotExistingFileName($path, $filename);
 }