mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: showHiddenFiles
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user