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")