Changeset 89


Ignore:
Timestamp:
May 21, 2004, 5:14:50 PM (21 years ago)
Author:
root
Message:

Rework percentage description

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.*
    114:h2 res=95200 name=PANEL_DIRSIZE.Total size of directories
    215:i1 id=aboutTotals.Total size of directories
     
    821:p.
    922The container displays a tree view of a directory and all its
    10 subdirectories.  :hp1.Expand:ehp1. and :hp1.Collapse:ehp1. buttons allow
     23subdirectories sorted by space used.
     24:hp1.Expand:ehp1. and :hp1.Collapse:ehp1. buttons allow
    1125you to quickly open and close branches of the tree.  After the container
    1226has completely filled, each record displays the object's name and four
    1327numbers, as in&colon.
    14 :p.
    1528:lines.
    1629  ADIR  4096k + 8192k = 12288k (8.24%)
    1730:elines.
    1831: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
     32The first number is the number of kilobytes occupied by the directory and
     33any files and subdirectories it contains. The second number indicates the
     34total number of kilobytes occupied by all subdirectories and any files and
     35subdirectories they contain. The third number is the total of the first and second
     36(addition performed in kilobytes). The
     37percentage displayed for the first (parent) directory
     38is the percentage of the used space the directory tree contains,
     39in relation to the total used space on the drive. The percentages displayed
     40for the other directories are
     41the percentage of the used space the directory tree contains, in relation
     42to 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
    3145indicates that something is below the directory.  Blue text indicates
    3246that nothing is below the directory (note there may be subdirectories,
     
    4256allocated than is accounted for in the totals.  The text field just
    4357above 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.
     58into account, for the entire drive.  The actual byte counts
     59are rounded up to the next kilobyte for display.
     60The 0k figure denotes a directory with a truly 0 byte count.
    4861:p.
    4962You can double-click a directory to open it so you can see its files.
Note: See TracChangeset for help on using the changeset viewer.