mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
Add fs.makeDirectory
This commit is contained in:
@@ -66,6 +66,9 @@ module.exports =
|
||||
write: (path, content) ->
|
||||
$native.write(path, content)
|
||||
|
||||
makeDirectory: (path) ->
|
||||
$native.makeDirectory(path)
|
||||
|
||||
async:
|
||||
list: (path) ->
|
||||
deferred = $.Deferred()
|
||||
|
||||
Reference in New Issue
Block a user