From e05f6102c227460a5f035ac104a2b9eb42c1f5c2 Mon Sep 17 00:00:00 2001 From: Shelley Date: Sat, 12 Aug 2017 00:09:41 -0700 Subject: [PATCH] update docs for new getPath() path --- docs/api/app.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/app.md b/docs/api/app.md index b3f4126c976..6c8bdd1be8c 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -458,6 +458,7 @@ You can request the following paths by the name: * `music` Directory for a user's music. * `pictures` Directory for a user's pictures. * `videos` Directory for a user's videos. +* `logs` Directory for your app's log folder. * `pepperFlashSystemPlugin` Full path to the system version of the Pepper Flash plugin. ### `app.getFileIcon(path[, options], callback)`