> 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
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"?
---