Merge pull request #222 from yetanotherusernamebecausegithubisbugged/patch-1

A clearer description of emtpyDir function
This commit is contained in:
JP Richardson 2016-02-17 13:27:49 -06:00
commit 2de9f09550

View File

@ -171,7 +171,7 @@ better succinct nomenclature for these methods, please open an issue for discuss
### emptyDir(dir, [callback])
Ensures that a directory is empty. If the directory does not exist, it is created. The directory itself is not deleted.
Ensures that a directory is empty. Deletes directory contents if the directory is not empty. If the directory does not exist, it is created. The directory itself is not deleted.
Alias: `emptydir()`