Is it there?
Have a look at the PathFileExists API call; it can verify the existence of
paths as well as files.
"MD" wrote:
Good day all,
I'm looking for a simple code that checks if a file exists in a folder.
if c:\temp\abc.txt is there then
else exit sub
Regards
MD
|