You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, foremost, thank you for your library, I am using your library for file manipulations and I just noticed that it fallbacks to cp / mv on UNIX systems, unfortunately, I don't have those binaries on the target system, therefore, I'm kind of stuck to perform the move operation.
Would you consider using FFI to perform atomic renames or copy here?
The text was updated successfully, but these errors were encountered:
Hi there, foremost, thank you for your library, I am using your library for file manipulations and I just noticed that it fallbacks to
cp
/mv
on UNIX systems, unfortunately, I don't have those binaries on the target system, therefore, I'm kind of stuck to perform the move operation.Would you consider using FFI to perform atomic renames or copy here?
The text was updated successfully, but these errors were encountered: