var fDesc=new Array(); fDesc[0] = "File List Generator organizes, prints, and helps isolate files from even the largest, disorganized directories. This freeware proprietary software helps ensure your essential files have been recovered, with industry leading speed and accuracy.

Windows does not offer an option for printing directories, and trying to compile a comprehensive list of files can be cumbersome and time-consuming. Now, with the aid of the File List Generator, you can organize and manage your data in seconds.

Main features:
-Simple, fast, highly accurate file list generator tool.
-Friendly user interface.
-Directory Tree is well organized in a readable format.
-Can create HTML and/or TXT file list format.
-Supports multiple file systems: FAT12/16/32, NTFS/NTFS5
-Supports multiple file systems (Microsoft Windows OS with 3rd Party Software): HFS/HFS , UFS1/UFS2, and Ext2FS/Ext3FS.
-Filters, prints and orders via : name, type, size, created date, date last modified.
-Checks-off which attributes are included in the file list.
-Takes advantage of filter parameters to isolate specific document types.
-Easy to print and save the file list."; 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 = ''; } }