check for folder
to check that a file exist we use IfFileExists, but how we can check that a folder exists???
Archive: check for folder
check for folder
to check that a file exist we use IfFileExists, but how we can check that a folder exists???
Same method. IfFileExists works for both.
Originally posted by kichikthanks
Same method. IfFileExists works for both.
and if i don't have the compete name of the folder:
for example the folder is "C:\test59", but i just know "c:\test"???
Use question marks or asterisks.