thanks
"Seth" <seth...@hotmail.com> wrote in message
news:012301c351f7$fa567d50$a101...@phx.gbl...
Furthermore, if you try to create the directory
c:\a\b
and c:\a does not exist, CreateDirectory will fail for the same reason.
You might take a look at my Registry library on my MVP Tips site. Registry entries have
the same limitation, so I have a recursive create function that will "unwind" and create
each directory step-by-step. You could use this code if you need to create arbitrrary
paths, replacing the create-registry-entry with CreateDirectory.
joe
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm