I've exported a project with NW.Js as my option and. I'm trying to simple run a file from appfolder using the expression. NWjs.AppFolder & "Program\test.Bat". A...
Objective: Find an specific named .Txt archive in someone's computer. Like, when people download my game, in the game's folder will have an archive named Chat1....
I make a level editor and I want to make choosen file moving into level folder. But FileChooser give me the "blob" URL and I need NW.Js URL. How can I convert "...
I have been working on a rbg game (wip). And the way i'm saving it I need to. 1.Download a file if user doesn't have it already. 2.Update it if the user has the...
I'm trying to build a video player in my game, but I'd like to load in videos directly from a folder in my hard drive, without importing to Construct 3 first. I...
I'm looking for a way to create new files and save them automatically inside a preset path. So I've tried to do it with the FileSystem. But this seems only to w...