Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Function 23H (decimal 35) reports the size of a file in terms of the
  number of records in the file. DS:DX points to the FCB of the file you
  want to know about. Before calling the function, the FCB should be left
  unopened and the record-size field in the FCB filled in. If you set the
  record size to 1, the file size is reported in bytes, which is most likely
  what you want.

  If the operation is successful, AL = 00H and the file size is inserted
  into the FCB. If the file is not found, AL = FFH.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson