Re: [Gambas-user] Convert path of drop file

2010-11-26 Thread Benoît Minisini
> Hi, > > I try to get input file by drag and drop file from Nautilus onto my form. > But the path that I got is HTML format, so I have trouble with the path > including space or unicode characters. > How to convert this path to normal path so I can work with OPEN statement. When receiving a drop

[Gambas-user] Convert path of drop file

2010-11-26 Thread Phạm Quang Dương
Hi, I try to get input file by drag and drop file from Nautilus onto my form. But the path that I got is HTML format, so I have trouble with the path including space or unicode characters. How to convert this path to normal path so I can work with OPEN statement. --