Eddies web app logdatabase copy?

In the example Eddies web app, there is code for a logdatabase

Var f As New FolderItem(“Logs.sqlite”, FolderItem.PathModes.Native)

Is there a way to have a copy of that database ? I didn’t see any code to create that database … Maybe I should ask the xojo team ?

Thanks in advance

Jean-Maurice :slight_smile:

image
Put a break point as indicated, run the project and inspect f. You’ll see the path to the file which you can then copy.

1 Like

Thank you very much Wayne !!

Jean-Maurice