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 10H (decimal 16) closes a file and updates the file's directory
  entry. Call this function with the segmented address of the file's FCB in
  DS:DX. DOS returns AL = 00H if the function successfully closed the file
  or AL = FFH if an error occurred.

  It is good practice to use function 10H to explicitly close all files you
  opened with function 0FH or 16H. This ensures that the file contents are
  updated from DOS internal file buffers and that the corresponding
  directory entries are current.

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