Skip to content

Commit

Permalink
디렉토리 -> 디렉터리 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
alattalatta committed Oct 11, 2024
1 parent 69d363a commit c68d162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions files/ko/web/api/window/showdirectorypicker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ showDirectoryPicker()
- : 아래의 옵션을 포함하는 객체입니다.

- `id` {{optional_inline}}
- : ID를 지정하면 브라우저가 선택창의 ID마다 마지막으로 탐색한 디렉토리를 기억합니다. 다른 선택창에서 같은 ID를 사용한다면, 이전에 해당 ID로 탐색했던 디렉토리에서 선택창이 열립니다.
- : ID를 지정하면 브라우저가 선택창의 ID마다 마지막으로 탐색한 디렉터리를 기억합니다. 다른 선택창에서 같은 ID를 사용한다면, 이전에 해당 ID로 탐색했던 디렉터리에서 선택창이 열립니다.
- `mode` {{optional_inline}}
- : 디렉터리에 대한 읽기 전용 접근 시 `"read"`, 읽기와 쓰기 모두 가능한 접근 시 `"readwrite"`을 지정하는 문자열입니다. 기본 값은 `"read"`입니다.
- `startIn` {{optional_inline}}
- : 선택창이 열릴 때의 최초 디렉토리를 가리키는 `FileSystemHandle`, 또는 널리 알려진 디렉토리 식별자(`"desktop"`, `"documents"`,
- : 선택창이 열릴 때의 최초 디렉터리를 가리키는 `FileSystemHandle`, 또는 널리 알려진 디렉터리 식별자(`"desktop"`, `"documents"`,
`"downloads"`, `"music"`, `"pictures"`, 또는 `"videos"`)입니다.

### 반환 값
Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/window/showopenfilepicker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ showOpenFilePicker()
- `excludeAcceptAllOption` {{Optional_Inline}}
- : 기본 값 `false`인 불리언입니다. 기본적으로 파일 선택창에는 파일 유형 필터(아래의 `type` 참고)를 적용하지 않는 옵션이 존재합니다. 이 옵션을 `true`로 설정하면 사용자가 해당 옵션을 선택할 수 없습니다.
- `id` {{Optional_Inline}}
- : ID를 지정하면 브라우저가 선택창의 ID마다 마지막으로 탐색한 디렉토리를 기억합니다. 다른 선택창에서 같은 ID를 사용한다면, 이전에 해당 ID로 탐색했던 디렉토리에서 선택창이 열립니다.
- : ID를 지정하면 브라우저가 선택창의 ID마다 마지막으로 탐색한 디렉터리를 기억합니다. 다른 선택창에서 같은 ID를 사용한다면, 이전에 해당 ID로 탐색했던 디렉터리에서 선택창이 열립니다.
- `multiple` {{Optional_Inline}}
- : 기본 값 `false`인 불리언입니다. `true`로 설정 시 여러 파일을 선택할 수 있습니다.
- `startIn` {{Optional_Inline}}
- : 선택창이 열릴 때의 최초 디렉토리를 가리키는 `FileSystemHandle`, 또는 널리 알려진 디렉토리 식별자(`"desktop"`, `"documents"`,
- : 선택창이 열릴 때의 최초 디렉터리를 가리키는 `FileSystemHandle`, 또는 널리 알려진 디렉터리 식별자(`"desktop"`, `"documents"`,
`"downloads"`, `"music"`, `"pictures"`, 또는 `"videos"`)입니다.
- `types` {{Optional_Inline}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/window/showsavefilepicker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ showSaveFilePicker()
- `excludeAcceptAllOption` {{Optional_Inline}}
- : 기본 값 `false`인 불리언입니다. 기본적으로 파일 선택창에는 파일 유형 필터(아래의 `type` 참고)를 적용하지 않는 옵션이 존재합니다. 이 옵션을 `true`로 설정하면 사용자가 해당 옵션을 선택할 수 없습니다.
- `id` {{Optional_Inline}}
- : ID를 지정하면 브라우저가 선택창의 ID마다 마지막으로 탐색한 디렉토리를 기억합니다. 다른 선택창에서 같은 ID를 사용한다면, 이전에 해당 ID로 탐색했던 디렉토리에서 선택창이 열립니다.
- : ID를 지정하면 브라우저가 선택창의 ID마다 마지막으로 탐색한 디렉터리를 기억합니다. 다른 선택창에서 같은 ID를 사용한다면, 이전에 해당 ID로 탐색했던 디렉터리에서 선택창이 열립니다.
- `startIn` {{Optional_Inline}}
- : 선택창이 열릴 때의 최초 디렉토리를 가리키는 `FileSystemHandle`, 또는 널리 알려진 디렉토리 식별자(`"desktop"`, `"documents"`,
- : 선택창이 열릴 때의 최초 디렉터리를 가리키는 `FileSystemHandle`, 또는 널리 알려진 디렉터리 식별자(`"desktop"`, `"documents"`,
`"downloads"`, `"music"`, `"pictures"`, 또는 `"videos"`)입니다.
- `suggestedName` {{Optional_Inline}}
- : 추천하는 파일 이름을 지정하는 {{jsxref('String')}}입니다.
Expand Down

0 comments on commit c68d162

Please sign in to comment.