Skip to content

Commit 389019d

Browse files
author
wayne-kim
committed
I did not use "Read & Write Local Files" and did not translate.
1 parent 2255d04 commit 389019d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ko/savingreading-local-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Read & Write Local Files
22

3-
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.
3+
`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.
44

55
### Use Case
66

0 commit comments

Comments
 (0)