bool QFile::copy ( const QString & fileName, const QString & newName ) [static]
This is an overloaded member function, provided for convenience.
Copies the file fileName to newName. Returns true if successful; otherwise returns false.
If a file with the name newName already exists, copy() returns false (i.e., QFile will not overwrite it).
See also rename().