nwjs write/create functions are not working

0 favourites
  • 4 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • The issues of not being to create a folder, write a file seems to be an issue in both c2 and c3. Help! What do they share in common that might cause this recent behavior. In addition when a localstorage save is involved my key of "Actors.json " is incremented to "Actors(1).json, etc, etc

  • There could be system permissions preventing you from writing to certain directories. The browser object's invoke download is usually safer, although it doesn't automatically overwrite a file if the file already exists, hence the appended number in parenthesis.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well I looked into the permission issue and indeed that may be a problem, thank you. Win10 has made it a nightmare to change permissions, it may look like you allowed access, but MS reverts reverts to protected.

    The nwjs project I'm working on needs to store, modify and delete. Right now something as basic as that is a struggle.

  • It's a security issue. The OS should naturally prevent programs from writing and modifying files on the system normally - it should never be easy to do, otherwise there would be viruses abound. You should be able to use the user folders just fine.

    [quote:1hm0jke2]It is tempting to solve this by writing files to the application's folder. However this also may not work; on many versions of Windows, the Program Files folder requires administrator permission to write to, although you can read from it.

    The solution is to write to the user's folder, which you almost certainly have write permission for. This is provided by the UserFolder expression.

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