M
Melvis
Hi,
I have a database that installs another database. I need it to make the
directory, but only if it does not already exist. Is there a VBA command to
check for the existence of a folder? When I run mkdir on an existing folder I
get a permissions error. This is what I need to do: (pseudocode)
if "c:\matt" does not exist then
mkdir "c:\matt"
end if
Thanks in advance for any help!
~MATT
I have a database that installs another database. I need it to make the
directory, but only if it does not already exist. Is there a VBA command to
check for the existence of a folder? When I run mkdir on an existing folder I
get a permissions error. This is what I need to do: (pseudocode)
if "c:\matt" does not exist then
mkdir "c:\matt"
end if
Thanks in advance for any help!
~MATT