[Qt-interest] file operations in qt ?
Sean Harmer
sean.harmer at maps-technology.com
Fri Sep 25 14:09:09 CEST 2009
Hi,
On Friday 25 Sep 2009 12:58:55 Andrei Sebastian Cimpean wrote:
> The thing is i cannot find something that's really helpful concerning the
> things i want to do with files... how does this thing work in qt?
> Cut, copy, paste etc...
> Do you know something that could help me?
Searching the docs?
Try these:
Copy/Paste a file:
http://doc.trolltech.com/4.6-snapshot/qfile.html#copy
or
http://doc.trolltech.com/4.6-snapshot/qfile.html#copy-2
Cut (delete) a file:
http://doc.trolltech.com/4.6-snapshot/qfile.html#remove
or
http://doc.trolltech.com/4.6-snapshot/qfile.html#remove-2
Does that help?
Sean
More information about the Qt-interest-old
mailing list