Hi jpn,

ok i guess this time i really should follow your hint.

I got it working in the meantime using this construction:

Qt Code:
  1. windowsFileName.prepend('"');
  2. windowsFileName.append('"');
To copy to clipboard, switch view to plain text mode 

but thats pretty dirty style.


Gonna test this a bit more and then try to implement your idea.

Like always: big thanks for your fast & good help.