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
CarpDataPath();
Get the path to the folder that contains CaRP's cache directoriesEvolution | LE | Koi | SE |
>=3.5 | All | >=3.5 | >=3.5 |
This function returns the full path to the directory which contains the cache directories.
Arguments: none
Return value: the full path to the directory containing the cache directories
Usage Example:
<?php require_once '/home/geckotribe/carp/carp.php'; echo "The cache folders are located at ".CarpDataPath(); ?>