From c07dd6c63e3dce6c32b2b9c754e528e0fd2b86e3 Mon Sep 17 00:00:00 2001 From: Tzuyang Tsai <14104502+shiyou0130011@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:59:33 +0800 Subject: [PATCH] Update files/zh-tw/web/api/filesystem/index.md Co-authored-by: A1lo --- files/zh-tw/web/api/filesystem/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-tw/web/api/filesystem/index.md b/files/zh-tw/web/api/filesystem/index.md index 565b1a7d63bebc..95db8708f0110b 100644 --- a/files/zh-tw/web/api/filesystem/index.md +++ b/files/zh-tw/web/api/filesystem/index.md @@ -5,7 +5,7 @@ slug: Web/API/FileSystem {{APIRef("File System API")}} -檔案與目錄 API 的 `FileSystem` 介面是用來處理檔案系統。這些物件可從任何檔案系統項目上的 `filesystem` 屬性取得。某些網頁瀏覽器提供額外的 API 去建立和管理檔案系統,例如 Google Chrome 的{{domxref("LocalFileSystem.requestFileSystem", "requestFileSystem()")}}函式。 +檔案與目錄 API 的 **`FileSystem`** 介面用來表示檔案系統。這些物件可從任何檔案系統項目上的 `filesystem` 屬性取得。某些網頁瀏覽器提供額外的 API 去建立和管理檔案系統,例如 Google Chrome 的 {{domxref("Window.requestFileSystem", "requestFileSystem()")}} 方法。 ## 基礎概念