Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Aug 28, 2024
1 parent af57154 commit de8d19c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/zh-tw/web/api/filesystem/index.md
Original file line number Diff line number Diff line change
@@ -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()")}} 方法。

Expand Down

0 comments on commit de8d19c

Please sign in to comment.