> 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, you may receive the data in different mime types, so 
you must check all the mime-types you get first, otherwise you will get the 
default, which may not be what you need.

Look at Drag.Formats and Drag.Paste().

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to