diff options
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index ffb8643d491..6f11cda4fd6 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -336,6 +336,13 @@ class OC_Filesystem{ static public function getLocalFile($path){ return self::$defaultInstance->getLocalFile($path); } + /** + * @param string path + * @return string + */ + static public function getLocalFolder($path){ + return self::$defaultInstance->getLocalFolder($path); + } /** * return path to file which reflects one visible in browser |