flutter_read_write_file_and_path
flutter_read_write_file_and_path copied to clipboard
Where is db.txt?
Hello, I checked in many folders including:
- /storage/emulated/0 (= sdcard)
- sdcard/Android/data
- sdcard/data
But I cannot find the file "db.txt" used in your example.
- Where is it?
- What string to add after your "path" variable to reach the Download folder?
final path = await localPath;
Device: GALAXY S8+ SM-G955F. Android 8.0. Not Rooted Flutter beta v0.5.1. Dart 2.0.0-dev.58.0. Windows 10 Thanks and regards
How to get the (absolute) path to the Download folder? My Download folder is next those one: Alarms, Android, data, DCIM, Documents, ... Thanks in advance and regards