Jan. 5, 2026
4:35 p.m.
On Mon Jan 5 16:35:01 2026 +0000, eric pouech wrote: > testing on Win10, it looks to me that '/' is treated as a separator and > not a path element -as your patch does- (and hence displays files from > current directory keepind the leading '/') > moreover, adding '/' as a path element does work on relative path, but > doesn't (generally speaking) on absolute (unix) paths on Win10 **CMD** it behaves like a separator, but in **PowerShell** '/' seems to be interchangable with '\'. PowerShell interchanges '/' with '\' on completion. - [ ] What behaviour should we mimic here? cmd vs PowerShell, because we already do not copy cmd for cd-command with '/', which fails on cmd but not on PowerShell or wineconsole. - [ ] What do you mean with "work on relative path, but doesn't (generally speaking) on absolute (unix) paths". Do i miss something, that should be tested, because it seams working for me. Maybe a side effect, i did not consider. Please give me an example. It is also ok to reject this MR, if the intended behaviour has side effects or is not wanted. I am willing to modify the MR to reach the projects selected goal, but feel free to commit your own solution, if it is faster/easier for you. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9854#note_126409