Converting a URI path to a relative file system path in .NET - by acdx 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)? Read the article