Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dir_copy and permissions to the new_path #466

Open
tentacles-from-outer-space opened this issue Aug 19, 2024 · 0 comments
Open

dir_copy and permissions to the new_path #466

tentacles-from-outer-space opened this issue Aug 19, 2024 · 0 comments

Comments

@tentacles-from-outer-space

Currently dir_copy uses dir_create internally to create destination folder. But it uses default permissions (default value of mode argument which is "u=rwx,go=rx").

Shouldn't it copy the permissions from the original folder? Or at least give a way to change it (e.g. with mode argument passed on to dir_create)?

I came across this while copying results from one workflow to another and realized I was the only person on our team who could work with copied folders :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant