Home
last modified time | relevance | path

Searched refs:combinePaths (Results 1 – 3 of 3) sorted by last modified time

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py93 newFolderPath = mapServerFolder(self.userFilesFolder, combinePaths(currentFolder, newFolder))
H A Dconnector.py91 url = combinePaths( self.webUserFilesFolder, currentFolder )
H A Dfckutil.py51 def combinePaths( basePath, folder ): function
101 return combinePaths( getRootPath(environ), url )
104 return combinePaths ( resourceTypePath , folderPath )