April 17, 2026
8:44 a.m.
Both get_ShortPath methods wrap GetShortPathNameW on the stored long path; get_ShortName extracts the last component of the resulting short path. Add matching tests comparing against GetShortPathNameW directly. -- v2: scrrun: Implement IFolder and IFile ShortName and ShortPath. https://gitlab.winehq.org/wine/wine/-/merge_requests/10675