How do I create a Filepath (Folders in Folders)?

0 favourites
  • 3 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • 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!

  • 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\"

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks really much!

    It works now.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)