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

Absolute paths and/or copying outside of pwd is not working? #98

Open
nolimitdev opened this issue Dec 31, 2020 · 3 comments
Open

Absolute paths and/or copying outside of pwd is not working? #98

nolimitdev opened this issue Dec 31, 2020 · 3 comments

Comments

@nolimitdev
Copy link

nolimitdev commented Dec 31, 2020

Can this package copy files from outside of pwd? I use absolute paths e.g. Im in path C:/other and I run programatically copyfiles(['C:/foo/*.html', 'C:/bar']) but it does nothing. Maybe absolute paths are not supported or copying outside of pwd is not supported or both are not supported. I also tried relative backward paths ../ instead of absolute but it also does not work. So nothing works for my case :( Thanks for answer.

@nolimitdev nolimitdev changed the title Absolute paths not working Absolute paths and/or copying outside of pwd is not working? Dec 31, 2020
@shellscape
Copy link

Just ran into this with parent directories (above cwd()) and it does not look like this package supports that. It just fails silently.

@sekoyo
Copy link

sekoyo commented May 9, 2022

Same, silent fail

@vikrant47
Copy link

facing the same issue

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

4 participants