Add fs.md5ForPath

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-07-02 18:19:16 -06:00
parent 25d2d3be12
commit 6ebe75c0bd
3 changed files with 27 additions and 1 deletions

View File

@@ -94,6 +94,9 @@ module.exports =
lastModified: (path) ->
$native.lastModified(path)
md5ForPath: (path) ->
$native.md5ForPath(path)
async:
list: (path) ->
deferred = $.Deferred()