📝 Doc what paths are returned

This commit is contained in:
Kevin Sawicki
2013-11-22 14:34:21 -08:00
parent 21565332a4
commit c754b73b71

View File

@@ -344,10 +344,14 @@ class Atom
app.getVersion()
# Public: Get the directory path to Atom's configuration area.
#
# Returns the absolute path to ~/.atom
getConfigDirPath: ->
@configDirPath ?= fs.absolute('~/.atom')
# Public: Get the directory path to Atom's storage area.
#
# Returns the absoluste path to ~/.atom/storage
getStorageDirPath: ->
@storageDirPath ?= path.join(@getConfigDirPath(), 'storage')