CaRP: Caching RSS Parser - Documentation
CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
CarpDirName();
Get the path to the directory that contains the CaRP scriptEvolution | LE | Koi | SE |
>=3.5.1 | All | >=3.5.1 | >=3.5.1 |
Returns the path to the directory containing carp.php.
Arguments: none
Return value: the full path to the directory where carp.php is located
Usage Example:
<?php require_once '/home/geckotribe/carp/carp.php'; echo 'CaRP is located at '.CarpDirName(); ?>