From af5715423ba0958cabfe0710edff9a6382b3c0f8 Mon Sep 17 00:00:00 2001 From: Tzuyang Tsai <14104502+shiyou0130011@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20filesystem/index.md=20?= =?UTF-8?q?=EF=BC=8C=E7=AC=AC=E4=B8=80=E7=AB=A0=E8=A3=9C=E4=B8=8A=E6=AE=B5?= =?UTF-8?q?=E8=90=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zh-tw/web/api/filesystem/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/zh-tw/web/api/filesystem/index.md b/files/zh-tw/web/api/filesystem/index.md index 95db8708f0110b..ec0b7ee59ac35e 100644 --- a/files/zh-tw/web/api/filesystem/index.md +++ b/files/zh-tw/web/api/filesystem/index.md @@ -7,6 +7,8 @@ slug: Web/API/FileSystem 檔案與目錄 API 的 **`FileSystem`** 介面用來表示檔案系統。這些物件可從任何檔案系統項目上的 `filesystem` 屬性取得。某些網頁瀏覽器提供額外的 API 去建立和管理檔案系統,例如 Google Chrome 的 {{domxref("Window.requestFileSystem", "requestFileSystem()")}} 方法。 +此介面並不會讓你直接存取使用者電腦的檔案系統,而是在瀏覽器的沙盒內建立一個「虛擬磁碟」讓你操作。如果要直接操作使用者的檔案系統,需要向使用者請求,像是安裝 Google Chrome 擴充功能之類的。相關的 Chrome API 可[在此](https://developer.chrome.com/docs/apps/reference/fileSystem)找到。 + ## 基礎概念 存取 `FileSystem` 物件的兩種方法: