Hello,
This one has got me stumped. I am pretty sure that I have done this before but cannot recall how.
In my PB classic app, I let the user specify a base path which contains sub-directories which may or may not exist - like c:\ztest\test01\test02\
Is there a better way to create the tree other than calling CreateDirectory in a loop to create every level?
Thanks.