Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-tw] update filesystem #23069

Merged
merged 13 commits into from
Aug 28, 2024
14 changes: 4 additions & 10 deletions files/zh-tw/web/api/filesystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ title: FileSystem
slug: Web/API/FileSystem
---
yin1999 marked this conversation as resolved.
Show resolved Hide resolved

{{APIRef("File System API")}} {{non-standard_header}}

{{APIRef("File System API")}}
shiyou0130011 marked this conversation as resolved.
Show resolved Hide resolved
**`FileSystem`** 實作文件和目錄介面,描述一個檔案系統。在任何檔案系統上,這個物件包含 {{domxref("FileSystemEntry.filesystem", "filesystem")}}的特性。某些網頁瀏覽器提供額外的 API 去創建和管理檔案系統,如 Google Chrome 的{{domxref("LocalFileSystem.requestFileSystem", "requestFileSystem()")}}函式。
yin1999 marked this conversation as resolved.
Show resolved Hide resolved

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里还缺一段,最好能补上

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @yin1999
缺少的段落已經補上了

> [!NOTE]
> 此介面並非標準 API, 代表規格並未依造標準制定, 因此必須注意並非所有網頁瀏覽器都有實作此介面, 有實作的網頁瀏覽器可能只有實作一小部分. 請在[Browser compatibility](#browser_compatibility) 查看更多細節.

## 基礎概念
yin1999 marked this conversation as resolved.
Show resolved Hide resolved

存取 `FileSystem` 物件的兩種方法:
Expand All @@ -28,15 +24,13 @@ slug: Web/API/FileSystem

{{Specifications}}

This API has no official W3C or WHATWG specification.

shiyou0130011 marked this conversation as resolved.
Show resolved Hide resolved
## 瀏覽器相容性

{{Compat}}

## 參見

- [File and Directory Entries API](/zh-TW/docs/Web/API/File_and_Directory_Entries_API)
- [Introduction to the File System API](/zh-TW/docs/Web/API/File_and_Directory_Entries_API/Introduction)
- {{domxref("FileSystemEntry")}}, {{domxref("FileSystemFileEntry")}}, and {{domxref("FileSystemDirectoryEntry")}}
- MSDN 文章: [WebKitFileSystem object](https://msdn.microsoft.com/library/mt732564)
- [檔案與目錄 API](/zh-TW/docs/Web/API/File_and_Directory_Entries_API)
- [檔案系統 API 介紹](/zh-TW/docs/Web/API/File_and_Directory_Entries_API/Introduction)
shiyou0130011 marked this conversation as resolved.
Show resolved Hide resolved
- {{domxref("FileSystemEntry")}}、{{domxref("FileSystemFileEntry")}}、{{domxref("FileSystemDirectoryEntry")}}
Loading