Advertising banner:

History
 
 File.Delete
Home • Help • A0 • Customization Tools • FCAS • Language Reference • File.Delete
 
Delete (files)
Purpose
Deletes a file that has been opened using OpenFile.
Syntax
File.Delete
Example
Dim f as File
f.OpenFile("C:\\Test", fcWrite)
f.Delete
f.CloseFile