I am confused.
Did not use XOJO for a while and wanted to anything quick but stucking with creating a file.
I can create a folder…
SpecialFolder.ApplicationData.Child(“abc”).CreateAsFolder
but I cannot create a file inside this folder (on a folderitem property of the application)…
File01 = New folderitem(SpecialFolder.ApplicationData.Child(“abc”).Child(“xyz”))
Where is the mistake?
6 posts - 6 participants