Re: [Gambas-user] Local path URI

2011-03-03 Thread Benoît Minisini
> Hi, > > How to copy a file path to clipboard so I can Paste with nautilus? It seems > that when I copy a file from Nautilus, clipboard stores its URI path with > special formats. You must use the "text/uri-list" mime type apparently. > In additional, can Gambas3 convert a local path to URI pat

[Gambas-user] Local path URI

2011-03-03 Thread Phạm Quang Dương
Hi, How to copy a file path to clipboard so I can Paste with nautilus? It seems that when I copy a file from Nautilus, clipboard stores its URI path with special formats. In additional, can Gambas3 convert a local path to URI path like "/abc/xyz ltm.pqr" to "file:///abc/xyz%20ltm.pqr"? ---