| name | NativePHP Mobile File | ||||||
|---|---|---|---|---|---|---|---|
| author | Bifrost Technology | ||||||
| price | Free | ||||||
| version | 1.0.1 | ||||||
| license | MIT | ||||||
| github | https://github.com/NativePHP/mobile-file | ||||||
| support | https://nativephp.com/support | ||||||
| compatibility |
|
||||||
| install |
|
File operations (move, copy) for NativePHP Mobile applications with cross-platform file manipulation.
- Move files between locations
- Copy files with automatic parent directory creation
- Overwrite existing destination files
- File integrity verification
- Android cross-filesystem fallback (copy + delete if rename fails)
composer require nativephp/mobile-file| Platform | Minimum Version |
|---|---|
| NativePHP | ^3.0 |
| iOS | 18.2+ |
| Android | API 26+ |
File::move(string $from, string $to): array;
File::copy(string $from, string $to): array;