hi ,
I'm using powerbuilder .Net 12.5.1
I have created a wcf service with a method which I want to resolve the path.
For example I want to pass in my method "Q:\Myfolder" and I want the method to resolve Q into "\\myserver\MyFolder"
I tried a lot of codes that I found from google but nothing seems to work
I even created a dll in VS2010 added it in my references in my WCF service and called it from PB but NO LUCK...
Does anyone has sample code THAT WORKS and resolves paths to UNC paths ???
Remember that the call will be from a Powerbuilder WCF service.
Appreciate any help you could give me
thank you