6.7.0 • Published 24 days ago

@awesome-cordova-plugins/file v6.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

File

$ ionic cordova plugin add cordova-plugin-file
$ npm install @ionic-native/plugins/file

Usage Documentation

Plugin Repo: https://github.com/apache/cordova-plugin-file

This plugin implements a File API allowing read/write access to files residing on the device.

The File class implements static convenience functions to access files and directories.

Example:

import { File } from '@awesome-cordova-plugins/file/ngx';

constructor(private file: File) { }

...

this.file.checkDir(this.file.dataDirectory, 'mydir').then(_ => console.log('Directory exists')).catch(err =>
  console.log('Directory doesn't exist'));

This plugin is based on several specs, including : The HTML5 File API http: //www.w3.org/TR/FileAPI/ The (now-defunct) Directories and System extensions Latest: http: //www.w3.org/TR/2012/WD-file-system-api-20120417/ Although most of the plugin code was written when an earlier spec was current: http: //www.w3.org/TR/2011/WD-file-system-api-20110419/ It also implements the FileWriter spec : http: //dev.w3.org/2009/dap/file-system/file-writer.html

Supported platforms

  • Android

    • Browser
    • iOS
    • macOS
    • Windows
6.7.0

24 days ago

6.5.0

5 months ago

6.6.0

5 months ago

6.4.0

10 months ago

6.3.0

1 year ago

6.1.0

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.2.0

2 years ago

5.46.0

2 years ago

5.45.0

2 years ago

6.0.0-alpha.3

2 years ago

6.0.0-alpha.4

2 years ago

5.43.0

2 years ago

5.44.0

2 years ago

5.42.0

2 years ago

6.0.0-alpha.0

2 years ago

6.0.0-alpha.1

2 years ago

6.0.0-alpha.2

2 years ago

5.41.0

2 years ago

5.40.0

2 years ago

5.39.1

2 years ago

5.37.3

2 years ago

5.38.0

2 years ago

5.39.0

2 years ago

5.37.2

2 years ago

5.37.1

2 years ago

5.37.0

3 years ago

5.36.1

3 years ago

5.36.0

3 years ago