ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

Add Path.mkdirs and Path.split #625

Closed talex5 closed 11 months ago

talex5 commented 11 months ago

This is a rebased version of @patricoferris's #594, with some changes:

I also fixed the .. case in eio_posix (noted in https://github.com/ocaml-multicore/eio/pull/594#issuecomment-1654521575).