Jan 9, 2012 #1 U usvpn Freshman Joined Apr 19, 2010 Messages 45 Hi, Anyone can help me with converting a regular path like: C:\Program Files\Steinberg\Cubase 6\MP3.jpg to a web relative path like: ../../../Program%20Files/Steinberg/Cubase%206/MP3.jpg To use in HTML files? Thank you.
Hi, Anyone can help me with converting a regular path like: C:\Program Files\Steinberg\Cubase 6\MP3.jpg to a web relative path like: ../../../Program%20Files/Steinberg/Cubase%206/MP3.jpg To use in HTML files? Thank you.
Jan 12, 2012 #2 S snarfblam Ultimate Contributor Joined Jun 10, 2003 Messages 2,097 Location USA The URI class should be able to do what you need. Check out the Uri.MakeRelativeUri function.