[Gtk-sharp-list] Drag and drop path

Christian Rudh lists-christian@rudh.se
Mon, 29 Nov 2004 19:08:26 +0100


Hi

When drop a file on my application i get the URL in the following
format:

file:///home/user/song%20X.mp3

To be able to pass it on to Gst# (for example) I have to remove the
file:// part and replace %20 with spaces (that goes for other special
characters to). Is there any simple way to decode the string to a normal
Unix path? Like the System.Web.HttpUtility.HTMLDecode that MS .NET has?

-- 
Christian Rudh <lists-christian@rudh.se>