docs: showHiddenFiles

This commit is contained in:
Cheng Zhao 2016-07-11 13:52:44 +09:00
parent fc72df3ba1
commit 26fe38a296

View file

@ -32,8 +32,8 @@ The `dialog` module has the following methods:
left empty the default label will be used.
* `filters` Array
* `properties` Array - Contains which features the dialog should use, can
contain `openFile`, `openDirectory`, `multiSelections` and
`createDirectory`
contain `openFile`, `openDirectory`, `multiSelections`, `createDirectory`
and `showHiddenFiles`.
* `callback` Function (optional)
On success this method returns an array of file paths chosen by the user,