Normally if you try and do
you get message cant list DirAssets
Seems to work fine (also for saving to the directory too in debug)
Probably a good reason not to do it though.
B4X:
Log(File.ListFiles(File.DirAssets))
you get message cant list DirAssets
B4X:
Dim currentFilesFolder = File.DirApp.Replace("Objects","Files")
Log(File.ListFiles(currentFilesFolder))
Seems to work fine (also for saving to the directory too in debug)
Probably a good reason not to do it though.
Last edited: