JLD.jl icon indicating copy to clipboard operation
JLD.jl copied to clipboard

Add `write!` function

Open sglyon opened this issue 9 years ago • 0 comments
trafficstars

I often find myself doing this

JLD.exists(f, nm) && JLD.delete!(f, nm)
JLD.write(f, nm, data)

It would be great to have that simple step in a method write!. Would that be supported here? If so I can make up a quick PR.

sglyon avatar Sep 08 '16 14:09 sglyon