Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! In my application I need to implement cut/paste file programmaticaly. How I can do It with Qt?
@Harb Have you looked into QClipboard yet? You might start there and look at the platform-specific notes.
Hi,
Do you mean move files around like with QFile::rename or as @mlong suggested use the clipboard ?
Well, I just need to move files from one folder to antother from my application. So, it is like applying cut windows opeartion, and than paste windows opeartion. In fact just changing file path, without real copying any data.
Well, I got it. Just by renaming file. In any case tnx for answers!
No problem. Be sure and mark the thread as Solved!