Ejemplo n.º 1
0
 /**
  * get a file tree
  *
  * @param  string  path
  * @return array
  */
 static function getTree($path)
 {
     return OC_Filesystem::getTree($path);
 }