Hi,
I want to create a Filepath for my program and it should look like this (This is what I tried): NWjs.AppFolder&"Data"&"Test". But this only creates one Folder "DataTest".
So i want to create a Folder in the AppFolder that is named Data and in that Folder a Folder named Test . I already read the instructions from Scirra but that only shows how to create one Folder.
Thanks for your help!
You have to make it like so:
NWjs.AppFolder & "\Data\"
NWjs.AppFolder &"\Data\Test\"