Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>fdelete</b> <u>introduced: v3.12</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  FDELETE                               Introduced: v3.12

  .  Summary

  fdelete(str <filename>);

  .  Description

  The fdelete function is used to delete a disk file from within a
  script. <filename> is the name of the file to delete. A full drive
  and path may be specified as part of the filename, and case is not
  significant, but wildcard characters (* or ?) may NOT be part of the
  filename.

  .  Return Value

  A value of -1 is returned if there is a problem deleting the file, 0
  otherwise.


  .  Example

  fdelete("C:\UTIL\TLX\TELIX.CAP");    // delete an old capture file

See Also: frename dos dosfunction run

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