Fabian Maurer dark.shadow4@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.