-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.1, 6.6.0 Beta1
-
None
-
Android 11
-
-
f735cf7cd (dev), 60301fdfa (6.10), ee5c7d3f3 (6.9), 6562044d1 (tqtc/lts-6.8)
-
2025wk30s2QtforAndroid, 2025wk32s2QtforAndroid
Steps:
- I use QML FolderDialog to get access to a folder.
- I'm trying to create a file in this folder.
First issue: QDir(folderPath).absoluteFilePath("file.txt") returns buggy path which can't be used with QFile. But, just folderPath+"/file.txt" works fine.
Second issue: QFile(path).exists() always returns false. And, when I create a file and write to it, it appends " (1)" to the file name (in case a file with the same name exists already). So, I have no way to overwrite/remove existing file. Is it Qt or Android which appends this? Is it a bug or intended behavior?
- mentioned in
-
Page Loading...
For Gerrit Dashboard: QTBUG-114979 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
661743,16 | Android: rework and fix issues with content file engine | dev | qt/qtbase | Status: MERGED | +2 | 0 |
668116,2 | Android: rework and fix issues with content file engine | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |
668433,2 | Android: rework and fix issues with content file engine | 6.9 | qt/qtbase | Status: MERGED | +2 | 0 |
668752,4 | Android: rework and fix issues with content file engine | tqtc/lts-6.8 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |