davglass / cpr

Nodejs cp -R
Other
79 stars 80 forks source link

Option for symlink resolving #21

Closed slavafomin closed 7 years ago

slavafomin commented 8 years ago

Hello!

Thank you for taking your time to implement this useful module.

However, does it support symlink resolving as ncp does? I can't find it in the documentation.

Thank you!

davglass commented 8 years ago

Symbolic links are copied as regular files just like the cp command does.