Files
awesome-cordova-plugins/docs/plugins/file-path/README.md
T
2026-03-21 17:08:43 -07:00

27 lines
714 B
Markdown

---
description: >-
File Path plugin for Cordova and Ionic. This plugin allows you to resolve the native filesystem path for Android content URIs and is based on code in the…
---
# 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.
## Installation
```bash
ionic cordova plugin add cordova-plugin-filepath
npm install @awesome-cordova-plugins/file-path
```
**Plugin Repo:** [https://github.com/hiddentao/cordova-plugin-filepath](https://github.com/hiddentao/cordova-plugin-filepath)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)