JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
101 stars 18 forks source link

Overwrite=true should check whether the path is valid for the given backend #324

Open felixcremer opened 1 year ago

felixcremer commented 1 year ago

Because we use rm(path, recursive=true) we should check whether the path is valid for the detected backend so that we don*t accidentaly delete files by providing a misspelled path.