Tóth István Zoltán
03/20/2025, 5:55 AMatomicMove in <http://kotlinx.io|kotlinx.io> does not support overwriting existing files. Any advices how to achieve this?
The problem with delete + atomicMove is that there exists a moment where the original file is deleted but the move did not happen yet.Filipp Zhinkin
03/20/2025, 2:11 PMatomicMove should support overwriting existing files. Do you experience the issue on some particular platform?Tóth István Zoltán
03/21/2025, 11:07 AM