Small company logo:
   History
 
Advertising banner:
 
 File.Delete
Home • Help • Customization Tools • FCAS • Language Reference • File.Delete
 
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