Add fs.makeDirectory

This commit is contained in:
Corey Johnson
2012-04-26 16:26:49 -07:00
parent f37017b94c
commit fbcd8e43a0
2 changed files with 16 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ module.exports =
write: (path, content) ->
$native.write(path, content)
makeDirectory: (path) ->
$native.makeDirectory(path)
async:
list: (path) ->
deferred = $.Deferred()