www.lucersoft.com

   
       Home  |   News  |   Downloads  |   Order  |   Contacts

 

 

Main

Home

Site map

Products

LC Backup

LC Copier

HTML Batch Editor

HTML Batch Editor PRO

Tennis 2001

Freeware

Documentation

HTML Batch Editor PRO

LC Basic

Information

Order

Update Policy

Support

Contacts

Links

 
 
 
 

 
 
 
 
 
 
 
 
 

DeleteFile

File IO functions


Syntax

 

result = DeleteFile (filename)


Description:

 

The DeleteFile function deletes an existing file. If the function succeeds, the return value is True. If the function fails, the return value is False. A parameter filename specifies the file to be deleted. 


Examples:

res = DeleteFile ("C:\\SomeDir\\SomeFile.ext")

 

If Escape Sequence is enabled you must use double backslash.

 


See also:

 

CopyFile, MoveFile


A DeleteFile function is included in the lcbase.dll

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back