File Path
This plugin allows you to resolve the native filesystem path for Android content URIs and is based on code in the aFileChooser library.
Premier Version Available
Featuring regular release cycles, security and bug fixes, and guaranteed SLAs.
Installation
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
Supported Platforms
- Android
Usage
React
Angular
import { FilePath } from '@ionic-native/file-path/ngx';
constructor(private filePath: FilePath) { }
...
this.filePath.resolveNativePath(path)
.then(filePath => console.log(filePath))
.catch(err => console.log(err));