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'd like to control the mode / permission of files that are added to the archive, but it's very tedious to implement with current public APIs. Basically I need to copy all the append_* code from builder.rs to allow setting mode for append_dir_all and append_path_with_name.
It would be great if we can have something like append_dir_all_with_mode or something like that.
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to control the mode / permission of files that are added to the archive, but it's very tedious to implement with current public APIs. Basically I need to copy all the
append_*
code frombuilder.rs
to allow setting mode forappend_dir_all
andappend_path_with_name
.It would be great if we can have something like
append_dir_all_with_mode
or something like that.The text was updated successfully, but these errors were encountered: