androidDataWithoutRootAPI33 icon indicating copy to clipboard operation
androidDataWithoutRootAPI33 copied to clipboard

Cant create content in folders containing a dot

Open mezen opened this issue 3 years ago • 0 comments

Hi,

when I try to create a folder/file in a path which contains a dot, the creating fails. For example Android/data/org.xbmc.kodi/files/.kodi/ does not work, but the upper folder Android/data/org.xbmc.kodi/files/ work.

Error Message is: For folder Failed to mkdir /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/MyTestFolder For files Failed to touch /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/MyTestFile: java.io.IOException: Permissin denied

//Edit: I am using Android 13 on Samsung S21 FE

mezen avatar Jan 09 '23 11:01 mezen