How do I convert an absolute or relative URI path (e.g. /foo/bar.txt) to a (segmentwise) corresponding relative file system path (e.g. foo\bar.txt) in .NET?
My program is not an ASP.NET application.
|
|
Have you already tried
|
|||||||||||
|
|
|
|||||||||||
|
|
I figured out this way to produce a full absolute file system path from a relative or absolute URI and a base path. With:
From a relative URI:
From an absolute URI:
|
|||
|
|
|
Check out If it's not an ASP.NET application, check out:
|
|||||
|