Dart Documentationchrome.fileSystem

chrome.fileSystem library

Use the chrome.fileSystem API to create, read, navigate, and write to a sandboxed section of the user's local file system. With this API, Chrome Apps can read and write to a user-selected location. For example, a text editor app can use the API to read and write local documents. All failures are notified via chrome.runtime.lastError.

Properties

final ChromeFileSystem fileSystem #

Accessor for the chrome.fileSystem namespace.

final ChromeFileSystem fileSystem = new ChromeFileSystem._()

Classes