CaRP: Caching RSS Parser - Documentation
CarpAggregatePath();
Get the path to the folder where the results of CarpFilter and CarpCacheFilter are stored
| Evolution | LE | Koi | SE |
| >=3.5 | All | >=3.5 | >=3.5 |
Description:
This function returns the full path to the directory where the results of CarpFilter and CarpCacheFilter are stored.
Arguments: none
Return value: the full path to the aggregate cache directory
Usage Example:
<?php
require_once '/home/geckotribe/carp/carp.php';
echo "Aggregation cache files are stored at ".CarpAggregatePath();
?>