node-fs-extra
                                
                                
                                
                                    node-fs-extra copied to clipboard
                            
                            
                            
                        Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
- **Operating System:** Debian 9 - **Node.js version:** 8.9.3 - **`fs-extra` version:** 5.0.0 Hi there. I ran into some cases where `remove()` was unable to remove a directory due to...
Error "Source and destination must not be the same" in move-sync on unicode normalization difference
- **Operating System:** macOs 10.15.7 (latest Catalina) - **Node.js version:** v14.15.3 - **`fs-extra` version:** 9.0.1 First I'd like to thank you for `fs-extra` which is really great! I'm fighting with...
### Hi! **This is a feature request.** I though about an additionnal option to `ensureFile(...)`/`ensureFileSync(...)`. It consists adding a default content to the file whenever it gets created. Whenever the...
Opening a new issue to continue discussions from https://github.com/jprichardson/node-fs-extra/issues/246 & https://github.com/jprichardson/node-fs-extra/pull/785 on a fresh thread. CC: @CxRes @kutyepov There have been various proposals to add an option that would make...
Both Windows and MacOS has "safe" delete APIs for moving things to, respectively, the Recycle Bin and the Trash, from where files can be undeleted again - it would be...
The `throws` option has an inconsistent behavior between `readJson` and `readJsonSync` when the **file** do not exist: - `fs.readJsonSync('path', { throws: false});` do **not** throw if the file do not...
Our test script has built-in cleanup for `/tmp/fs-extra/`, but not all the tests are using this directory. Also, there's no rhyme or reason to how we're naming test files; someday,...
I have the need for the following workflow: * if dest doesn't exist, move * otherwise, loop over contents * repeat The main difference with the current `move` is that...
- **Operating System:** Windows 10 Enterprise 2016 - **Node.js version:** 6.10.2 - **`fs-extra` version:** 4.0.3 It would be nice to have error handling for line breaks in the `mkdirs` and...