geochan/test/virtual/dir.ml

10 lines
210 B
OCaml
Raw Normal View History

2024-05-29 19:16:48 +02:00
let config =
match Fpath.of_string "./" with
| Error (`Msg e) -> failwith e
| Ok v -> Some v
let data =
match Bos.OS.Dir.current () with
| Error (`Msg e) -> failwith e
| Ok current -> Some current