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
I've been copying some executable files and noticed the permission flags are getting dropped on a copy. It would be nice if the library defaulted to maintaining file flags.
Not sure how to proceed with this, as I don't want to change the semantics of this fn. It would be possible to add a second arity which accepted an options map?
I've been copying some executable files and noticed the permission flags are getting dropped on a copy. It would be nice if the library defaulted to maintaining file flags.
My workaround:
Happy to turn it into a PR if others are in agreement about the change in functionality.
The text was updated successfully, but these errors were encountered: