/**
  * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem
  */
 public static function hash($type, $path, $raw = false)
 {
     return \OC\Files\Filesystem::hash($type, $path, $raw);
 }