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
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.
The text was updated successfully, but these errors were encountered:
nolimitdev
changed the title
Absolute paths not working
Absolute paths and/or copying outside of pwd is not working?
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 programaticallycopyfiles(['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.The text was updated successfully, but these errors were encountered: