This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to check the FileExists are not ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 17, 2009
05:40 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 17, 2009
05:51 AM
nResult = Is(FILE_EXISTS, "FULLPATH");
or
ndFile ( szPath, szFileName, svResult );
or
ndFile ( szPath, szFileName, svResult );