From c68d16277aca2cfcef55feb9a0f50dd5f6295835 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Fri, 11 Oct 2024 11:24:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC=20->=20?= =?UTF-8?q?=EB=94=94=EB=A0=89=ED=84=B0=EB=A6=AC=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ko/web/api/window/showdirectorypicker/index.md | 4 ++-- files/ko/web/api/window/showopenfilepicker/index.md | 4 ++-- files/ko/web/api/window/showsavefilepicker/index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/ko/web/api/window/showdirectorypicker/index.md b/files/ko/web/api/window/showdirectorypicker/index.md index ac410881817851..76e522499052d1 100644 --- a/files/ko/web/api/window/showdirectorypicker/index.md +++ b/files/ko/web/api/window/showdirectorypicker/index.md @@ -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"`)입니다. ### 반환 값 diff --git a/files/ko/web/api/window/showopenfilepicker/index.md b/files/ko/web/api/window/showopenfilepicker/index.md index 8b9821e765946b..bcc23a23b05cf6 100644 --- a/files/ko/web/api/window/showopenfilepicker/index.md +++ b/files/ko/web/api/window/showopenfilepicker/index.md @@ -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}} diff --git a/files/ko/web/api/window/showsavefilepicker/index.md b/files/ko/web/api/window/showsavefilepicker/index.md index 022d3e5f82a640..54fdcbf9926ead 100644 --- a/files/ko/web/api/window/showsavefilepicker/index.md +++ b/files/ko/web/api/window/showsavefilepicker/index.md @@ -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')}}입니다.