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

How to move files with spaces in the path? #995

Closed KasaiKonoru closed 1 year ago

KasaiKonoru commented 1 year ago
RyanZim commented 1 year ago

You should be able to move them the same as any other file. If you're having a problem with a specific case, please post a complete example.