Skip to content

Commit

Permalink
Merge pull request #45 from mikermcneil/patch-2
Browse files Browse the repository at this point in the history
Added note about fse.outputFile() being the one that overwrites
  • Loading branch information
jprichardson committed Jan 13, 2014
2 parents 93237dd + 1dec3a7 commit bd34d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`

Expand Down

0 comments on commit bd34d1c

Please sign in to comment.