Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 48025 of FileSystemSync

  • Revision slug: DOM/File_API/File_System_API/FileSystemSync
  • Revision title: FileSystemSync
  • Revision id: 48025
  • Created:
  • Creator: grendel
  • Is current revision? No
  • Comment Attributes; 125 words added

Revision Content

DRAFT
This page is not complete.

The FileSystem interface of the FileSystem API gives you access to a file system. The interface has no method.

Attributes

Attribute Type Description
name readonly DOMString Name of the file system. The specifics of naming filesystems is unspecified, but a name must be unique across the list of exposed file systems.
root readonly DirectoryEntry The root directory of the file system.

Browser compatibility

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 13{{ property_prefix("webkit") }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }}
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }}

Revision Source

<div style="margin: 1em 0px; padding: 1em; background-color: rgb(255, 255, 204); text-align: center;"><strong>DRAFT</strong> <div style="font-size: x-small;">This page is not complete.</div>
</div>
<p>The <code>FileSystem</code> interface of the <a href="/en/DOM/File_API/File_System_API" title="en/DOM/File_API/File_System_APIB">FileSystem API</a> gives you access to a file system. The interface has no method.</p>
<h2>Attributes</h2>
<table class="standard-table"> <thead> <tr> <th scope="col">Attribute</th> <th scope="col">Type</th> <th scope="col">Description</th> </tr> </thead> <tbody> <tr> <td><a name="attr_name"><code>name</code></a></td> <td><code>readonly DOMString</code></td> <td>Name of the file system. The specifics of naming filesystems is unspecified, but a name must be unique across the list of exposed file systems.</td> </tr> <tr> <td><a name="attr_root"><code>root</code></a></td> <td><code>readonly DirectoryEntry</code></td> <td>The root directory of the file system.</td> </tr> </tbody>
</table>
<h2 name="Browser_Compatibility">Browser compatibility</h2>
<p>{{ CompatibilityTable() }}</p>
<div id="compat-desktop"> <table class="compat-table"> <tbody> <tr> <th>Feature</th> <th>Chrome</th> <th>Firefox (Gecko)</th> <th>Internet Explorer</th> <th>Opera</th> <th>Safari (WebKit)</th> </tr> <tr> <td>Basic support</td> <td>13{{ property_prefix("webkit") }}</td> <td>{{ CompatNo() }}</td> <td>{{ CompatNo() }}</td> <td>{{ CompatNo() }}</td> <td>{{ CompatNo() }}</td> </tr> </tbody> </table>
</div>
<div id="compat-mobile"> <table class="compat-table"> <tbody> <tr> <th>Feature</th> <th>Android</th> <th>Firefox Mobile (Gecko)</th> <th>IE Phone</th> <th>Opera Mobile</th> <th>Safari Mobile</th> </tr> <tr> <td>Basic support</td> <td>{{ CompatNo() }}</td> <td>{{ CompatNo() }}</td> <td>{{ CompatNo() }}</td> <td>{{ CompatNo() }}</td> <td>{{ CompatNo() }}</td> </tr> </tbody> </table>
</div>
Revert to this revision