[PATCH] scrrun: Add MoveFile().

Dmitry Timoshkov dmitry at baikal.ru
Sun Sep 16 23:45:56 CDT 2018


Fabian Maurer <dark.shadow4 at web.de> 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.



More information about the wine-devel mailing list