-
Notifications
You must be signed in to change notification settings - Fork 103
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
Copy files recursively to the destination in Windows creating unwanted folders #136
Comments
btw, if I copied |
I also had a similar situation |
1 similar comment
I also had a similar situation |
I also had a similar situation. |
8 similar comments
I also had a similar situation. |
I also had a similar situation. |
I also had a similar situation. |
I also had a similar situation. |
I also had a similar situation. |
I also had a similar situation. |
I also had a similar situation. |
I also had a similar situation. |
I want to copy image files from
F:\
toC:\IMAGE_STORAGE_PATH\
. In my mac, it works fine as long as the path is linux bases. However, I got the following result when it's in Windows.I definitely provides the
/
but it doesn't fix the problem.Any ideas?
The text was updated successfully, but these errors were encountered: