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

Copy a folder content to its child folder. #232

Closed
dubey-aditya opened this issue Mar 18, 2016 · 5 comments
Closed

Copy a folder content to its child folder. #232

dubey-aditya opened this issue Mar 18, 2016 · 5 comments

Comments

@dubey-aditya
Copy link

It make folder recursively if tried to copy folder content from parent folder to child folder.

@PengXing
Copy link

PengXing commented Apr 6, 2016

I've met the same problem.

@jprichardson
Copy link
Owner

What do you mean? Like copying from "/tmp/a" to "/tmp/a/b/c"?

@dubey-aditya
Copy link
Author

Yes.. I mean it the same...
On 17 Apr 2016 03:22, "JP Richardson" [email protected] wrote:

What do you mean? Like copying from "/tmp/a" to "/tmp/a/b/c"?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#232 (comment)

@jprichardson
Copy link
Owner

Ok then. Yeah, that should fail. This is intentional. If you wanna do that, read the directory, and find copy all items to the new directory.

@dubey-aditya
Copy link
Author

Thanks....☺
On 17 Apr 2016 10:58, "JP Richardson" [email protected] wrote:

Ok then. Yeah, that should fail. This is intentional. If you wanna do
that, read the directory, and find copy all items to the new directory.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#232 (comment)

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

3 participants