CompuServe Messages

Opus Question

    19-Apr-93 10:05:20
Sb: #55059-Opus Question
Fm: Martin Murray 75300,361
To: Richard Graff 72711,1045
Hi Richard. When DOpus displayes the byte count in the status bar (and when you use the GetSizes/Byte command), it just displays a total of the lengths of each file. However, each file can use up to two additional blocks (it always uses one additional block) for storing header information, etc. FFS data blocks are 512 bytes each, so you can see that for each file you might need up to 1024 bytes extra to fit it on the disk. The new CheckFit command in Opus 4.0 takes this "blocking-factor" into account, and displays a true representation of how much space you will require on the floppy. Jon