jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.43k stars 775 forks source link

overwrite:false is not copying the source file to destination file #1005

Closed ShahithAbith closed 9 months ago

ShahithAbith commented 1 year ago
RyanZim commented 1 year ago

I'm going to need more details to provide any help. Are you getting an error, is it silently failing? What does your code look like? Are you copying a file, directory, or symlink? etc.