On Thu Jul 7 15:26:36 2022 +0000, Akihiro Sagawa wrote:
How about to add `IFileSystem3_MoveFolder(fs3, "", str);` and `IFileSystem3_MoveFolder(fs3, str, "");`?
Thanks for the review. For empty string we get E_INVALIDARG, too. I pushed new revision which should address all your issues.