mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-25 16:42:57 +00:00
Update README.md
This commit is contained in:
parent
93237ddc5a
commit
1dec3a7789
@ -136,7 +136,7 @@ fs.mkdirsSync('/tmp/another/path');
|
||||
|
||||
### outputFile(file, data, callback)
|
||||
|
||||
Almost the same as `writeFile`, except that if the directory does not exist, it's created.
|
||||
Almost the same as `writeFile` (i.e. it [overwrites](http://pages.citebite.com/v2o5n8l2f5reb)), except that if the parent directory does not exist, it's created.
|
||||
|
||||
Sync: `outputFileSync()`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user