smlnj / legacy

This project is the old version of Standard ML of New Jersey that continues to support older systems (e.g., 32-bit machines).
BSD 3-Clause "New" or "Revised" License
29 stars 9 forks source link

Support forward-slash ("/") as a separator in the Windows implementation of `OS.Path` #280

Closed JohnReppy closed 8 months ago

JohnReppy commented 1 year ago

Description

While the canonical path separator on Windows is the backslash character, forward slash is also accepted and so the OS.Path module should support it. See File path formats on Windows systems for details.

JohnReppy commented 8 months ago

Fixed for 110.99.5.