var fDesc=new Array(); fDesc[0] = "PCMate Free Folder Monitor is a cross-platform free folder monitor that automatically records all activities of all the folders including subfolders for newly added/deleted/changed files in real-time. This free file monitor also has the ability to monitor any kind of execution of a program with access to full installation. It displays the activity info of the monitored files & folders in a list, distinguished with blue/green/red text and provides you specific log info of the tracked files or folders, including timestamp, action, name and other items for your easy analysis & diagnosis.

Equipped with filter function, this free file watcher allows you to customize the actions & notifications you want to see in the list and help you quickly find the wanted files for monitoring. PCMate Free Folder Monitor is a solution for constantly monitoring folders and files, taking necessary actions when new files are added to the folders.

This free file watcher helps you detect failed batch jobs, storage subsystem problems and potential future failures. Meanwhile, it helps reduce your workload related to monitoring access to sensitive files and folders and enables you to make advanced planning for system upgrades."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }