From de8d19c750e231f78420863a243b5de676d2029d Mon Sep 17 00:00:00 2001 From: A1lo Date: Wed, 28 Aug 2024 16:09:05 +0800 Subject: [PATCH] Apply suggestions from code review --- files/zh-tw/web/api/filesystem/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/zh-tw/web/api/filesystem/index.md b/files/zh-tw/web/api/filesystem/index.md index ec0b7ee59ac35e..8c64cf47fee192 100644 --- a/files/zh-tw/web/api/filesystem/index.md +++ b/files/zh-tw/web/api/filesystem/index.md @@ -1,9 +1,11 @@ --- title: FileSystem slug: Web/API/FileSystem +l10n: + sourceCommit: 0c3f18aca2c8a93d3982183f64bf7762c2c310b0 --- -{{APIRef("File System API")}} +{{APIRef("File and Directory Entries API")}} 檔案與目錄 API 的 **`FileSystem`** 介面用來表示檔案系統。這些物件可從任何檔案系統項目上的 `filesystem` 屬性取得。某些網頁瀏覽器提供額外的 API 去建立和管理檔案系統,例如 Google Chrome 的 {{domxref("Window.requestFileSystem", "requestFileSystem()")}} 方法。