refactor: make shell.ShowItemInFolder asynchronous (#17121)

* fix: add scoped_blocking_calls to platform_win

1191582

* feat: make ShowItemInFolder async

* address feedback from review

* fix build
This commit is contained in:
Shelley Vohr 2019-02-27 12:58:23 +00:00 committed by GitHub
parent 08066581b0
commit 5ecda17c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 39 deletions

View file

@ -22,8 +22,6 @@ The `shell` module has the following methods:
* `fullPath` String
Returns `Boolean` - Whether the item was successfully shown.
Show the given file in a file manager. If possible, select the file.
### `shell.openItem(fullPath)`