rconn wrote:
| ---Quote (Originally by vefatica)---
| On Tue, 24 Feb 2009 07:04:35 -0600, rconn <> wrote:
|
|| ---Quote---
||| "b" isn't mentioned in the table of disk/memory size format flags.
||| I know it's mentioned further on but it belongs in the table.
|| ---End Quote---
|| Since it's ignored (it equals a scale factor of 1) I don't know that
|| putting it in the table serves much purpose, but I'll add it to the
|| list.
|
| It seems it **must** be present if you want @FILESIZE to give
| allocation in
| bytes ... @FILESIZE[...,b,a].
| ---End Quote---
|
| That would certainly be true if it weren't that the allocation option
| was removed a couple of years ago (in order to support /S). I need
| to update the docs.
The command
echo %@filesize[/s *,b,a] %@filesize[/s *]
indeed returned the same value twice, meaning that the parser accepted the
optional ,a parameter, but the code ignored it. Not up to your usual
standards...
--
Steve