Re: [Gambas-user] Drag'n'drop and url decode

2009-02-02 Thread werner 007
Hallo Ivan Once i had the same task to do. The replace(...,..) function is maybe the best for "file://" and "/r/n". For decoding url stuff has Benoit recommended to look at CGI.Decode(). I did it not because my lazyness and my code does what it should so far. The hole thread is here: http://www

[Gambas-user] Drag'n'drop and url decode

2009-02-02 Thread Ivan Tarozzi
Hi, I'm using a Drop event in a ListView. When I d'n'd files from nautilus to my gambas application, I can retrieve the file names using drag.Data property. Data is in the url format, several files are separated by \r\n Is there a simple way to decode the names? Instead to use the right and left