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 kichik
Same method. IfFileExists works for both.
thanks

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.