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 17H (decimal 23) renames files or subdirectories in a modified
  FCB pointed to by DS:DX. For the rename operation, the FCB has a special
  format. The drive and original name are located in their usual positions,
  but the new name and extension are placed at offsets 11H through 1BH in
  the FCB.

  AL = 00H signals complete success, and AL = FFH signals that the original
  name wasn't found or the new name is already in use.

  If the new name contains wildcard characters (?), they are interpreted as
  ditto-from-old-name, and the characters in the original name that
  correspond to the positions of the wildcard characters are not changed.

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