On Mon Jan 5 16:35:01 2026 +0000, Thomas Csovcsity wrote:
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. my point is that '/' should be added to BASE_DELIMS
(absolute unix paths can be converted to a DOS path only if unix "/" path is configured as a DOS drive; it's Z: by default, but can be deleted) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9854#note_126432