Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
feld (feld@friedcheese.us)'s status on Friday, 08-Nov-2024 23:48:47 JSTfeld like how the fuck does Elixir not have a File.mv command? File.rename is the equivalent but it doesn't work across filesystem boundaries, so... it must be just hardlinking and deleting the old link? I need to go dig into the source and see wtf it's actually doing
I might have to write a wrapper function and submit it which captures the {:error, :exdev} and changes to a copy/delete instead