tags:

views:

298

answers:

1

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

+1  A: 

Use NetDfsGetInfo()

Christopher