how to convert UNC path to File URI.. For my application user will give css UNC path like this in test box :
\\egng4573\D$\CSS\Style.css
how can i change it to :
file:///D:/CSS/Style.css
so that firefox and IE both can access css from the desired path and apply on them.. please tell....
In .NET,
then
should do it.