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
CarpAutoCachePath();
Get the path to the folder where raw newsfeeds are stored by CarpCacheFilter and CarpCacheShowEvolution | LE | Koi | SE |
>=3.5 | All | >=3.5 | >=3.5 |
This function returns the full path to the directory where raw newsfeeds are stored by CarpCacheShow and CarpCacheFilter.
Arguments: none
Return value: the full path to the auto cache directory
Usage Example:
<?php require_once '/home/geckotribe/carp/carp.php'; echo "Auto-cache files are stored at ".CarpAutoCachePath(); ?>