Skip to content
Snippets Groups Projects
Commit 4d3e7fa7 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Add getUserFolder/getAppFolder to Server.

parent 200e9691
Branches
No related tags found
No related merge requests found
......@@ -86,6 +86,20 @@ interface IServerContainer {
*/
function getCache();
/**
* Returns a view to ownCloud's files folder
*
* @return \OCP\Files\Folder
*/
function getUserFolder();
/**
* Returns an app-specific view in ownClouds data directory
*
* @return \OCP\Files\Folder
*/
function getAppFolder();
/**
* Returns the current session
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment