Link to home
Start Free TrialLog in
Avatar of sv_india
sv_india

asked on

getting shared folders from network

i want to get shared root folders from network.
for example
   network machine : "\\admin4"
   shared folders  : "c" and "d"

   I don't know which are the shared folders existing in
   "\\admin4"  then how can i get it.

   how to get path : "\\admin4\c"
                      "\\admin4\d"    

Machine is a network client Machine not winnt server/win 2000

 please kindly help me
ASKER CERTIFIED SOLUTION
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Alfredo Luis Torres Serrano
The answer is

   Dim Path
   Path = "\\TKSERVER\C"
 
   or to open a database

   Set Database = Opendatabase("\\MachineName\SharedFolderName\database.mdb")

Hope this help
Hi sv_india,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will ask a Community Support Moderator to:

    Accept TimCottee's comment(s) as an answer.

sv_india, if you think your question was not answered at all or if you need help, just post a new comment here; Community Support will help you.  DO NOT accept this comment as an answer.

EXPERTS: If you disagree with that recommendation, please post an explanatory comment.
==========
DanRollins -- EE database cleanup volunteer
Avatar of SpideyMod
SpideyMod

per recommendation

SpideyMod
Community Support Moderator @Experts Exchange