ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

Write files atomically #48

Closed kirillt closed 9 months ago

kirillt commented 1 year ago

We can't allow half-written files in storages, even in cache.

Write data to a temporary file, then move it to the target path.