Difference between revisions of "Core/getFilePath"
From PunchCMS
(New page: __NOTOC__ ==== PCMS_Client->getFilePath() ==== === Overview === Get the base path to files uploaded by the CMS. This is read from the CMS settings. === Arguments === None === Returns === T...) |
(No difference)
|
Latest revision as of 22:33, 25 December 2008
PCMS_Client->getFilePath()
Overview
Get the base path to files uploaded by the CMS. This is read from the CMS settings.
Arguments
None
Returns
The absolute path to the files.
Example
$objCms = PCMS_Client::getInstance(); $strPath = $objCms->getFilePath();