references:joomla.framework:application:japplication-getpathgetPath
Retrieves the path to the specified file. This method is deprecated in Joomla! 1.5 (JApplicationHelper::getPath should be used instead). See the JApplicationHelper::getPath for a detailed description of this method. Syntaxvoid getPath ( $varname, $user_option )
ExamplesExample global $mainframe; echo $mainframe->getPath( 'admin', 'com_contact' ); might produce Result C:\Program Files\xampp\htdocs\joomla11\administrator\components\com_contact\admin.contact.php |


