var fDesc=new Array(); fDesc[0] = "Find Large Folders, Show Directory Size, View Folder Sizes

Check Directory Size is a free to try Windows program that will visually show you how the hard disk (HDD) space is distributed on your computer. Our software will help you answer the following 3 questions:

1. What size does the folder have? (folder sizes, check directory sizes)
2. Which are the largest files and directory folders on your PC or in a particular folder? (top 100 biggest folders, large files)
3. Files of what types are stored on the computer, what is their size and number? (find large files and folders, file folder size)
Directory Size
Free download now! (1.4 Mb)

Info: Find large files and folders Analyze occupied disk space Disk space management Visualize disk usage Disk space reporting Disk usage analysis tool Disk space monitoring Disk usage utility Disk space usage utility"; 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 = ''; } }