Add fs.lastModified

This commit is contained in:
Nathan Sobo
2012-07-02 17:44:12 -06:00
parent b673d40fd5
commit 8c740b09e6
3 changed files with 26 additions and 2 deletions

View File

@@ -91,6 +91,9 @@ module.exports =
fn(path, prune)
@traverseTree(path, fn) if @isDirectory(path) and recurse
lastModified: (path) ->
$native.lastModified(path)
async:
list: (path) ->
deferred = $.Deferred()