Changeset 89
- Timestamp:
- May 21, 2004, 5:14:50 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/ipf/dirsize.ipf
r2 r89 1 .*********************************************************************** 2 .* 3 .* $Id$ 4 .* 5 .* Directory sizes 6 .* 7 .* Copyright (c) 1993-98 M. Kimes 8 .* Copyright (c) 2002 Steven H.Levine 9 .* 10 .* Revisions 21 Nov 03 SHL - Rework percentage description 11 .* 12 .*********************************************************************** 13 .* 1 14 :h2 res=95200 name=PANEL_DIRSIZE.Total size of directories 2 15 :i1 id=aboutTotals.Total size of directories … … 8 21 :p. 9 22 The container displays a tree view of a directory and all its 10 subdirectories. :hp1.Expand:ehp1. and :hp1.Collapse:ehp1. buttons allow 23 subdirectories sorted by space used. 24 :hp1.Expand:ehp1. and :hp1.Collapse:ehp1. buttons allow 11 25 you to quickly open and close branches of the tree. After the container 12 26 has completely filled, each record displays the object's name and four 13 27 numbers, as in&colon. 14 :p.15 28 :lines. 16 29 ADIR 4096k + 8192k = 12288k (8.24%) 17 30 :elines. 18 31 :p. 19 The first number is the percentage of the used space this directory 20 contains, in relation to the total used space on the drive. The first 21 number is the number of kilobytes occupied by the directory and any 22 files and subdirectories it contains. The second number indicates the 23 total number of kilobytes occupied by all subdirectories and their files 24 and subdirectories. The third number is the total of the first and 25 second (addition performed on byte count before rounding to kilobytes). 26 The percentage in parentheses is the percentage of the space used by the 27 tree that this directory contains of the entire tree displayed. A graph 28 appears below the line displaying a "picture" of this percentage. 29 :p. 30 FM/2 also color-codes the text describing the directory. Black text 32 The first number is the number of kilobytes occupied by the directory and 33 any files and subdirectories it contains. The second number indicates the 34 total number of kilobytes occupied by all subdirectories and any files and 35 subdirectories they contain. The third number is the total of the first and second 36 (addition performed in kilobytes). The 37 percentage displayed for the first (parent) directory 38 is the percentage of the used space the directory tree contains, 39 in relation to the total used space on the drive. The percentages displayed 40 for the other directories are 41 the percentage of the used space the directory tree contains, in relation 42 to the entire displayed tree. A graph appears below the line displaying a 43 "picture" of this percentage. 44 :p. FM/2 also color-codes the text describing the directory. Black text 31 45 indicates that something is below the directory. Blue text indicates 32 46 that nothing is below the directory (note there may be subdirectories, … … 42 56 allocated than is accounted for in the totals. The text field just 43 57 above the pushbuttons gives you stats that _do_ take allocation units 44 into account, for the entire drive. Also be aware that directories 45 containing more than 0 bytes but less than 1024 bytes will be displayed 46 as containing 1k (1 kilobyte, equal to 1024 bytes) so that you know that 47 a 0k figure denotes a directory with a truly 0 byte count. 58 into account, for the entire drive. The actual byte counts 59 are rounded up to the next kilobyte for display. 60 The 0k figure denotes a directory with a truly 0 byte count. 48 61 :p. 49 62 You can double-click a directory to open it so you can see its files.
Note:
See TracChangeset
for help on using the changeset viewer.