=====File Modification Time Action===== This action allows you to display the modification time of any file on the filesystem. Save this as ##actions/filemtime.php##: %%(php) " . date("M d, Y h:i:s a", filemtime($path)) . ""; } else { echo ""; } ?>%% If you find this action useful, post a comment and let me know! Also, feel free to comment with requests for feature enhancements. --JasonHuebel ---- CategoryUserContributions