Steve Schapel
steve at datamanagementsolutions.biz
Thu Jun 23 23:16:14 CDT 2011
Arthur
Len(Dir("C:\Major", vbDirectory))
And to the follow up question, I am pretty sure you have to do it in 2
steps.
Regards
Steve
-----Original Message-----
From: Arthur Fuller
Sent: Friday, June 24, 2011 4:02 PM
To: Access Developers discussion and problem solving
Subject: [AccessD] Does a directory exist?
I've been playing around with the Dir() function but I can't figure out how
to determine whether a directory exists, so I can create it if it doesn't.
Followup question: can I create a directory called "C:\major\minor" if
"C:\major" doesn't exist, or do I have to create "C:\major" first and then
create "C:\major\minor"?
TIA,
Arthur