====== getPath ====== {#JAPI Joomla.Framework Environment JURI::getPath #} Gets the URI path string. ===== Syntax ===== string getPath () ===== Examples ===== $uri = new JURI( 'http://forum.joomla.org/index.php/topic,41464.msg227819.html#msg227819' ); echo "Path: " . $uri->getPath(); might produce: Path: /index.php/topic,41464.msg227819.html