AvianFlu / ncp

Asynchronous recursive file copying with Node.js.
MIT License
681 stars 103 forks source link

Can't copy in Windows when the string representation of destination folder contains the string representation of the source folder #60

Open LaurentGoderre opened 10 years ago

LaurentGoderre commented 10 years ago

This command ncp test/source test/source_final fails with the error:

Error: can't copy `test\source_final` into `test\source` itself
fresheneesz commented 10 years ago

Can you please tell us the node version and windows version you're using?

iwege commented 10 years ago

Relate to #4 , #55 .

LaurentGoderre commented 10 years ago

@fresheneesz node v0.10.28, Windows 7