cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
karunakar
Level 3

How to check the FileExists are not ?

Hi All

I have to check file is existing are not in particular folder.
if file is not there in folder i dont want to delete file which is not there in folder

Regards,
Venu
Labels (1)
0 Kudos
(1) Reply
mask_sd
Level 3

nResult = Is(FILE_EXISTS, "FULLPATH");
or
ndFile ( szPath, szFileName, svResult );
0 Kudos