It looks like since 82ad0ecd12 the parents of the trash directory get no longer automatically created before the test starts. The current `CreateDirectoryW` returns in GetLastError 3, ERROR_PATH_NOT_FOUND, as the parent directory does not exist. Locally I could reproduce it inside a test VM when the directory `$HOME/.local/share` did not exist. One solution may be to use this `SHCreateDirectoryExW`. This shows a few `fixme:shell:ISF_NetworkPlaces_fnParseDisplayName not implemented for`, don't know if this matters much. [Test pattern page](https://test.winehq.org/data/patterns.html#shell32:recyclebin) [Test run with this patch](https://testbot.winehq.org/JobDetails.pl?Key=161570) CC: @jactry -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9960