Skip to content

Commit

Permalink
更新 filesystem/index.md ,第一章補上段落
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyou0130011 authored Aug 28, 2024
1 parent c07dd6c commit af57154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/zh-tw/web/api/filesystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 物件的兩種方法:
Expand Down

0 comments on commit af57154

Please sign in to comment.