My app is running since two years on a hundred devices and suddenly I have problems creating a directory.
I don't know if it is related to Android 6 or the latest B4A updates.
This is the code
Code:
Dim AppPath As String=File.DirRootExternal & "/test"
If File.exists("",AppPath)=False Then
Log("creating apppath")
File.MakeDir("",AppPath)
End If
If File.exists("",AppPath)=False Then Log("dir not exists")
fail to create dir
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2akr7Sz
via IFTTT
Aucun commentaire:
Enregistrer un commentaire