Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Does QStandardPaths work with sdcard on Android?

$
0
0
Provided “/mnt/sdcard/Download/file” exists, doing this gives me an empty path: QString path = QStandardPaths::locate(QStandardPaths::DownloadLocation, QStringLiteral("file")); How do I search standard locations on the SD card?

Viewing all articles
Browse latest Browse all 13965