Given a DFS path, how can I programatically determine which physical file server it maps to?

link|improve this question

67% accept rate
It would help to know what language you're programming in, may want to add that tag to the question as well. – Nick Craver Aug 16 '09 at 13:05
feedback

2 Answers

up vote 1 down vote accepted

Use NetDfsGetInfo()

link|improve this answer
feedback

DFS path contain the below information: //computername/sharename/etc

From the computername you can idendify system. Then you find the share in which local disk location.

any query ask me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.