From: Dmitry Timoshkov Subject: Re: [PATCH] scrrun: Add MoveFile(). Message-Id: <20180917124556.8d7a058953679101662218da@baikal.ru> Date: Mon, 17 Sep 2018 12:45:56 +0800 In-Reply-To: <1553111.ffSVbF8baY@arch> References: <20180916130147.19829-1-nsivov@codeweavers.com> <1801392.9NKejRn9qR@arch> <8e995d39-554e-5e06-5ee1-b509dd6e5026@codeweavers.com> <1553111.ffSVbF8baY@arch> Fabian Maurer wrote: > On Sonntag, 16. September 2018 16:06:07 CEST Nikolay Sivov > wrote: > > Should still work for reported case. I can add a warning with > arguments > > for error case if you think it helps. > > Yeah, if you don't implement it right away, some sort of FIXME in > case it's called with unsupported parameters would be nice, I think. Implementing ::MoveFile() method is utterly trival: just copy existing ::CopyFile() implementation. Another way of implementing it is to call ::CopyFile() and ::DeleteFile() in succession. -- Dmitry.