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
Is there a way to copy a file as one syscall without manually opening a file, reading all its bytes, and writing it to a new file? I could only find functions like renameFile and removeFile in `base.io.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to copy a file as one syscall without manually opening a file, reading all its bytes, and writing it to a new file? I could only find functions like
renameFile
andremoveFile
in `base.io.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions