aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/filesystemsync/index.html
blob: c995e3655b01c745c686bd33bd0808c4301013fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
title: FileSystemSync
slug: Web/API/FileSystemSync
tags:
  - API
  - File API
  - File System API
  - オフライン
  - ファイル
  - ファイルシステム
translation_of: Web/API/FileSystemSync
---
<div>
<p>{{APIRef("File System API")}} {{non-standard_header}}</p>
</div>

<p><a href="/ja/docs/Web/API/File_and_Directory_Entries_API/Introduction" title="en/DOM/File_API/File_System_APIB">File System API</a> では、 <code>FileSystemSync</code> オブジェクトはファイルシステムを表します。 それは2つの特性を有する。</p>

<h2 id="このドキュメントについて">このドキュメントについて</h2>

<p>このドキュメントは 2012年3月2日に最後に更新され、2011年4月19日に作成された <a href="http://www.w3.org/TR/file-system-api/">W3C の仕様 (作業中のドラフト)</a> に準拠しています。</p>

<p>この仕様は現在放棄されており、大きな牽引力を得ることはできません。</p>

<h2 id="基本のコンセプト">基本のコンセプト</h2>

<p><code>FileSystemSync</code> オブジェクトは API 全体へのゲートウェイであり、頻繁に使用します。したがって、参照を取得したら、オブジェクトをグローバル変数またはクラスプロパティにキャッシュします。</p>

<h2 id="属性">属性</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">属性</th>
   <th scope="col">タイプ</th>
   <th scope="col">説明</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td><a name="attr_name"><code>name</code></a></td>
   <td><code>readonly DOMString</code></td>
   <td>ファイルシステムの名前。名前は公開ファイルシステムのリスト全体で一意でなければなりません。</td>
  </tr>
  <tr>
   <td><a name="attr_root"><code>root</code></a></td>
   <td><code>readonly DirectoryEntry</code></td>
   <td>ファイルシステムのルートディレクトリ。</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_Compatibility" name="Browser_Compatibility">ブラウザの互換性</h2>

<p>{{Compat("api.FileSystemSync")}}</p>

<h2 id="あわせて参照">あわせて参照</h2>

<p>仕様:{{ spec("http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", "File API: Directories and System Specification", "WD") }}</p>

<p>リファレンス: <a href="/en/DOM/File_API/File_System_API" title="en/DOM/File_API/File_System_API">File System API</a></p>

<p>イントロダクション: <a href="/en/DOM/File_APIs/Filesystem/Basic_Concepts_About_the_Filesystem_API" title="en/DOM/File_APIs/Filesystem/Basic_Concepts_About_the_Filesystem_API">Basic Concepts About the File System API</a></p>