Tell what drives available?

  • Thread starter Thread starter Dorian
  • Start date Start date
D

Dorian

I have an aplplication which needs to store (temporarily) a large file on a
local drive. Our users in the office have a C drive but our VO users only
have a K drive. Both may be using this application. Since the C: drives tend
to have a lot more space available than K drives, I'd like to store the file
on the C: drive if available or the K: drive if not. Is there a way to tell
what drives are available?
Thanks
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
Dorian said:
I have an aplplication which needs to store (temporarily) a large file on a
local drive. Our users in the office have a C drive but our VO users only
have a K drive. Both may be using this application. Since the C: drives
tend
to have a lot more space available than K drives, I'd like to store the
file
on the C: drive if available or the K: drive if not. Is there a way to
tell
what drives are available?


Will this do it for you?

http://www.mvps.org/access/api/api0003.htm
API: Enumerating Local and Network Drives
 
Back
Top