I have Windows 10
My xampp http folder is D:/www
My app project is called “projectshop”.
In AppStudio in Tools / Preferences / Local Path I set the folder: D:\www
Then all project files are sent to D:\www\ such as index.html
So the location of the index.html file is: D:\www\index.html
When I set Local Path to e.g.:
D:\www\shop
Then all given files are copied to D:/www/shop/projectshop/…
So the location is: D:\www\shop\projectshop\index.html
I came across a strange case, it’s normal for me . It doesn’t bother me.
It would be ideal if you could define exactly what the final folder should be. For example, by adding a checkBox.
It would be the height of dreams if you could also define the name “index.html” to your own and the name “code.js” to your own. Thanks to this, you could place different programs in the same folder.