AustralianAntarcticDivision / raadfiles

Data library management tools for files
https://australianantarcticdivision.github.io/raadfiles/
2 stars 1 forks source link

fix root replace gsub on windows with ignore.case #19

Open mdsumner opened 5 years ago

mdsumner commented 5 years ago

C:/data and c:/data are conflated, so test for OS and be more cunning

mdsumner commented 5 years ago

AND ALSO FORWARD SLASHES ARRRRRGH

possibly we just fs::as_fs_path root and file and warn if someone uses "/" on Windows ...