6a1d96bd
by Francis De Brabandere at 2026-04-21T21:40:31+02:00
scrrun: Implement IFolder and IFile ShortName and ShortPath.
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.