ASP.NET: convert UNC to file:/// URL

Posted by Heinzi on Stack Overflow See other posts from Stack Overflow or by Heinzi
Published on 2010-05-05T14:08:23Z Indexed on 2010/05/05 14:28 UTC
Read the original article Hit count: 373

Filed under:
|
|
|

I need to convert UNC paths to file:/// URLs, e.g.

\\fileserver\share\dir\some file.ext --> file://///fileserver/share/dir/some%20file.ext

Is there some built-in function for this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#