Small edits and line wrap
This commit is contained in:
parent
ba9c47eb7e
commit
586b407103
3 changed files with 20 additions and 11 deletions
|
@ -1,8 +1,9 @@
|
|||
# `File` object
|
||||
|
||||
The DOM's File interface provides abstraction around native files, in order to
|
||||
The DOM's File interface provides abstraction around native files in order to
|
||||
let users work on native files directly with the HTML5 file API. Electron has
|
||||
added a `path` attribute to the `File` interface which exposes the file's real path on filesystem.
|
||||
added a `path` attribute to the `File` interface which exposes the file's real
|
||||
path on filesystem.
|
||||
|
||||
Example on getting a real path from a dragged-onto-the-app file:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue