unc to dos conversion

  • Thread starter Thread starter DBC User
  • Start date Start date
D

DBC User

Hello,

Is there a native way to convert the UNC path to DOS drive path other
than using wnetgetconnection? I hope it is there ...

Thanks
 
DBC said:
Is there a native way to convert the UNC path to DOS drive path other
than using wnetgetconnection? I hope it is there ...

Get the network share for A: to Z: and see which matches.

Arne
 
Get the network share for A: to Z: and see which matches.

Arne

Thanks, I was expecting an api call stright to do this. Regardless
thank you for answering my question.
 
Back
Top