Given a DFS path, how can I programatically determine which physical file server it maps to?
feedback
|
|
Use NetDfsGetInfo() | |||
|
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. | |||
|
feedback
|