Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: You should first close any file to be deleted. For more information, refer to OSClose.

See Also

OSBReadOSBWriteOSCloseOSOpenOSReadOSWrite

Example

Code Block
/* Delete an operating system file */
 
filename = "c:\temp\my_data.txt"
OSDelete filename
errCode = status()