I need to mount a directory tree with figures of the same name, as below, is part of this. Apk for installation along with images and some form of access via a program?
I did the routine down and realized that the images are not installed.
If File.Exists(File.DirAssets & "/WAYTEK/BMP/PO/" ,"a1.gif") = True Then
Log("File.DirAssets OK")
Else
Log(File.DirAssets)
End If
If File.Exists(File.DirDefaultExternal & "/WAYTEK/BMP/HM/" ,"A2.GIF") = True Then
Log("File.DirDefaultExternal OK")
Else
Log(File.DirDefaultExternal)
End If
If File.Exists(File.DirInternal & "/WAYTEK/BMP/HM/" ,"A2.GIF") = True Then
Log("File.DirInternal OK")
Else
Log(File.DirInternal)
End If
If File.Exists(File.DirInternalCache & "/WAYTEK/BMP/FZ/" ,"A2.GIF") = True Then
Log("File.DirInternalCache OK")
Else
Log(File.DirInternalCache)
End If
If File.Exists(File.DirRootExternal & "/WAYTEK/BMP/FZ/" ,"A2.GIF") = True Then
Log("File.DirInternalCache OK")
Else
Log(File.DirInternalCache)
End If
http://www.b4x.com/forum/attachment.php?attachmentid=14000&stc=1&d=1349121767
I did the routine down and realized that the images are not installed.
If File.Exists(File.DirAssets & "/WAYTEK/BMP/PO/" ,"a1.gif") = True Then
Log("File.DirAssets OK")
Else
Log(File.DirAssets)
End If
If File.Exists(File.DirDefaultExternal & "/WAYTEK/BMP/HM/" ,"A2.GIF") = True Then
Log("File.DirDefaultExternal OK")
Else
Log(File.DirDefaultExternal)
End If
If File.Exists(File.DirInternal & "/WAYTEK/BMP/HM/" ,"A2.GIF") = True Then
Log("File.DirInternal OK")
Else
Log(File.DirInternal)
End If
If File.Exists(File.DirInternalCache & "/WAYTEK/BMP/FZ/" ,"A2.GIF") = True Then
Log("File.DirInternalCache OK")
Else
Log(File.DirInternalCache)
End If
If File.Exists(File.DirRootExternal & "/WAYTEK/BMP/FZ/" ,"A2.GIF") = True Then
Log("File.DirInternalCache OK")
Else
Log(File.DirInternalCache)
End If
http://www.b4x.com/forum/attachment.php?attachmentid=14000&stc=1&d=1349121767
Attachments
Last edited: