From kde-commits Tue Jun 06 16:10:30 2000 From: CVS by faure Date: Tue, 06 Jun 2000 16:10:30 +0000 To: kde-commits Subject: kdelibs/kio X-MARC-Message: https://marc.info/?l=kde-commits&m=96030813812872 kdelibs/kio job.cpp,1.156,1.157 job.h,1.61,1.62 jobclasses.h,1.34,1.35 Author: faure CVSROOT: /home/kde Tue Jun 6 16:10:30 UTC 2000 Update of /home/kde/kdelibs/kio cvs.kde.org hosted by sourceforge.net Modified Files: job.cpp job.h jobclasses.h Log Message: Wow. Completely overlooked that. The KIO::copy semantics were the same as "cp" (cp -a in fact), which made it impossible to detect when a destination directory already exists (when copying a dir and giving a name to the dest) - bug #4573, thanks Corel. -> Added copyAs and moveAs where the semantic is: I give you the dest name. (New method instead of bool, to keep it simple and binary compatible ;-)