Converting a URI path to a relative file system path in .NET

Posted by acdx on Stack Overflow See other posts from Stack Overflow or by acdx
Published on 2010-03-14T12:44:09Z Indexed on 2010/03/14 12:45 UTC
Read the original article Hit count: 805

Filed under:
|
|
|

How do I convert an absolute or relative URI path (e.g. /foo/bar.txt) to a corresponding relative file system path (e.g. foo\bar.txt)?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#