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?
↧