Construct 3 r359

You're viewing a single comment in a conversation. View all the comments
  • 8 Comments

  • Order by
  • I love the new additions but:

    I'm trying to port a nwjs file system to the new webView2 one, I immediately noticed one issue:

    There is no way to list all files at a path, this is important as in the project the users can put files into a folder (for sharing custom levels) and I populate a menu with all the levels.

    Is there a way to do this?

      • [-] [+]
      • 3
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 3 points
      • (6 children)

      The File WebView2 plugin just has basic read/write file features, it doesn't have anything else like listing files at the moment. (You could possibly work around that by creating a file which lists the other files in the directory.)