Welcome to mirror list, hosted at ThFree Co, Russian Federation.

extensionlist.htm « wdshelp - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e8b3e532d9018c98279ff9fbf5184e3e5734caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
	<head>
		<title>Extension List</title>
		<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<link rel="stylesheet" type="text/css" href="format.css">
	</head>
	<BODY>
		<h2>Extension List</h2>
		<p>The extension list contains all types (filename extensions) occurring in the 
		directory tree. For every file type the column "Bytes" shows the sum of the file 
		sizes. By default, the extension list is sorted descending by this column.
		So at the top are those files types, which all in all take up most space 
		on the hard disk.
		</p>
		<p>12 colors are assigned to the 12 file types, which take up most space. The rest
		is grey. The treemap shows the files in these colors.
		</p>
		<h3>Columns</h3>
		<p>
		<ul>
		<li><u>Extension</u>. Icon and filename extension.</li>
		<li><u>Color</u>. The color, which is used by the treemap to display the files of this type.</li>
		<li><u>Description.</u> Description of the file type. Corresponds to the description 
		shown by the Windows Explorer.</li>
		<li><u>Bytes</u>. Total volume of the file type in the directory tree.
		Sum of the sizes of all files of this type.</li>
		<li><u>Files</u>. Number of files of this type in the directory tree.</li>
		</ul>
		</p>
	</BODY>
</html>