Hi all,
My application needs in a small external txt file for read and write.
File.ReadList and File.WriteList methods are ok
but I have troubled with file location.
Where should I store my txt file (it was already created out of B4A)
when I am using
1.File.DirInternal / File.DirInternalCache
2. File.DirRootExternal
3. File.DirDefaultExternal
respectively ?
My file currently located in Files folder.
And second question
Do I need to create appropriate directory on phone and if yes how to do that?
Thanks for replying
My application needs in a small external txt file for read and write.
File.ReadList and File.WriteList methods are ok
but I have troubled with file location.
Where should I store my txt file (it was already created out of B4A)
when I am using
1.File.DirInternal / File.DirInternalCache
2. File.DirRootExternal
3. File.DirDefaultExternal
respectively ?
My file currently located in Files folder.
And second question
Do I need to create appropriate directory on phone and if yes how to do that?
Thanks for replying