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

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


On Tue Jul  5 17:28:21 2022 +0000, Nikolay Sivov wrote:
> Again, have you checked existing API to move/rename files, either from
> shell or from kernel32?
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\")

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



More information about the wine-devel mailing list