Skip to content

Commit

Permalink
I did not use "Read & Write Local Files" and did not translate.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-kim committed Sep 15, 2018
1 parent 2255d04 commit 389019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ko/savingreading-local-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Read & Write Local Files

One great benefit of using `electron` is the ability to access the user's file system. This enables you to read and write files on the local system. To help avoid Chromium restrictions and writing to your application's internal files, make sure to take use of `electron`'s APIs, specifically the [`app.getPath(name)`](https://electron.atom.io/docs/api/app/#appgetpathname) function. This helper method can get you file paths to system directories such as the user's desktop, system temporary files, etc.
`electron` 사용의 큰 이점 중 하나는 사용자의 파일 시스템에 액세스 할 수 있다는 것 입니다. This enables you to read and write files on the local system. To help avoid Chromium restrictions and writing to your application's internal files, make sure to take use of `electron`'s APIs, specifically the [`app.getPath(name)`](https://electron.atom.io/docs/api/app/#appgetpathname) function. This helper method can get you file paths to system directories such as the user's desktop, system temporary files, etc.

### Use Case

Expand Down

0 comments on commit 389019d

Please sign in to comment.