var fDesc=new Array(); fDesc[0] = "Even in the times of cheap terabytes a final truth remains: Sooner or later every hard disk will near capacity. TreeSize Free tells you where precious disk space has gone. Use the treemap to keep an eye on your disk space.

TreeSize Free scans network drives and locally synchronized cloud shares (except on Windows servers and within a Windows domain).

The column view presents more detailed information for each file and folder. Here you will find the size or number of files as well as the last access date and the owner (and other useful facts).

On touchscreen devices (Windows 8 and higher) you can switch to the intuitive touch interface for even easier navigation.

Scan results can be broken down with the flexible filter feature. You can use the filters, for example, to find files of a certain type, such as temporary files, text files or images and use this information to clean up your hard disks.

TreeSize Free works on the MFT (Master File Table) and reaches extremely high scan speeds. Scanning operations run in a thread, so you will see results almost instantly while TreeSize Free is working in the background. The Explorer context menu and drag & drop operations are supported within the application.

The app can display the NTFS compression rate and apply the NTFS compression to directory branches."; 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 = ''; } }