mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add fs.lastModified
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user