The IDE is putting a red squiggly underline under this line:
When looking at the TextFiles.b4j example, it uses the File object just fine.
I can't figure out why the TextFiles example works, but my code does not.
Isn't File a built-in, so I can just up and use it? I did a search for DirData and haven't found the answer.
I have the following checked in the Libraries Manager: B4XPages, jCore, jFX, and jNet.
B4X:
Log(File.DirData)
When looking at the TextFiles.b4j example, it uses the File object just fine.
I can't figure out why the TextFiles example works, but my code does not.
Isn't File a built-in, so I can just up and use it? I did a search for DirData and haven't found the answer.
I have the following checked in the Libraries Manager: B4XPages, jCore, jFX, and jNet.