ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
528 stars 67 forks source link

Eio.Path: always use "/" as separator #743

Closed talex5 closed 2 weeks ago

talex5 commented 2 weeks ago

path.mli says:

In Eio, the directory separator is always "/", even on Windows.

However, Path.(/) used Filename.concat to create paths, which uses the native separator ("\" on Windows).