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:
- rename: MoveFolder("foo","bar") "bar" must not exist.
- move: MoveFolder("foo","bar") "bar" must exist.
- 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.