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

 
 
 
 

 
 
 
 
 
 
 
 
 

FileExist

File IO functions


Syntax

 

result = FileExist (filename)


Description:

 

An FileExist function determine if a file exist. If the file exist, the return value is True. If the file do not exist, the return value is False. A parameter filename specifies the file to be tested. 


Examples:

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

 

If Escape Sequence is enabled you must use double backslash.

 


See also:

 

FileSize


A FileExist function is included in the lcbase.dll

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back