[PATCH v3 0/10] MR343: scrrun: Implement MoveFolder().

Robert Wilhelm (@sloper42) wine at gitlab.winehq.org
Tue Jul 5 12:31:33 CDT 2022


On Tue Jul  5 17:28:21 2022 +0000, Robert Wilhelm wrote:
> I checked existing API, but did no find function which fits my needs. Do
> you have anything in mind?
> Preexisting code in scrrun (e.g. MoveFile, CopyFile) does not use such
> API either. 
> objFSO.MoveFolder has basically three different modes:
> 1) rename: MoveFolder("foo","bar")   "bar" must not exist.
> 2) move: MoveFolder("foo","bar\")   "bar" must exist.
> 3) wildcard: MoveFolder("f*.*,"bar") or  MoveFolder("f*.*,"bar\")
I goofed up V3 merge request. Old patches are still included and crufty code is then deleted in last two patches. I will try to get this fixed.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/343#note_3373



More information about the wine-devel mailing list