PDA

View Full Version : Check the existence of a folder


teognost
08-01-2007, 12:48 PM
I need to set a macro value based on the existence of a specific folder on the build box.But I do not know the full name of that folder ,I know only first part of his name.
for example the folder would be :
C:\status\abcd****
where instead of **** could be anything.
How can I do this in VBP?
Thanks!

kinook
08-01-2007, 03:07 PM
See attached sample.

teognost
08-02-2007, 09:54 AM
Thanks a lot,it works great!