`Dir` equivalent of `std.Io.File.Atomic`?

How would you do cross platform atomic/tmp dirs? I was thinking of using knownfolders .runtime with some random hex name and then renaming it into place, but unsure how to handle cleanup(i.e. should I do any?)

I thought about my use case and this probably isn’t necessary, only atomic files :+1:

1 Like