/joomla/filesystem/path.php
Description
Classes
| Class | Description |
|---|---|
JPath
|
A Path handling class |
Constants
JPATH_ISMAC = (strtoupper(substr(PHP_OS,0,3))==='MAC')
(line 18)
boolean True if a Mac based host
JPATH_ISWIN = (strtoupper(substr(PHP_OS,0,3))==='WIN')
(line 16)
boolean True if a Windows based host
JPATH_ROOT = JPath::clean(JPATH_SITE)
(line 27)
string The root directory of the file system in native format
Documentation generated on Sat, 14 Nov 2009 11:16:53 +0000 by phpDocumentor 1.3.1


