Sto leggendo con interesse questo post
https://www.b4x.com/android/forum/threads/text-files.6690/
ma non riesco a trovare una corrispondenza tra le varie directory logiche usate nel codice (File.DirAssets, File.DirInternal ...) ed una locazione fisica nella memoria Android quando la navigo...
Hello,
when i compare that 2 files :
That is Because i regulary update the tables inside "strings.db" file from the "DB Brower SqlLite" tools
'LocalStrings ***************************************************************
Dim FileName As String = "strings.db"
Dim TargetDir As...
I have created this program in Perl, so I know what needs to happen ... but as it's "fairly" simplistic, wondered if B4J could do it, rather than me having to send users a USB stick loaded with 16MB of PERL (most of which would be unused libraries and modules)
Basically, it loads a set of...
SubName: ListFilesOnly
Description: it is similar to File.ListFiles(Dir As String) but returns only file names, excluding directories.
Public Sub ListFilesOnly(Dir As String) As List
Dim lstDir, lstRes As List
lstRes.Initialize
If File.Exists(Dir, "") Then
lstDir =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.