Hello hello!
Why isn't "skull.obj" being listed?
Code:
Output:
PS: I know the read-only limitations of using DirApp under Windows. That's not a problem for me, I just want to read the file.
Why isn't "skull.obj" being listed?
Code:
B4X:
For Each entry As String In File.ListFiles(File.DirApp)
Log(entry)
Next
If File.Exists(File.DirApp, "skull.obj") Then Log("The file does exist!")
Output:
B4X:
'Program started.
'arena.jar
'The file does exist!
PS: I know the read-only limitations of using DirApp under Windows. That's not a problem for me, I just want to read the file.
Last edited: