Hi, constructors!
Problem with the NW.js plugin.
I'm trying to create a save-file by using the "NWjs.UserFolder" expression
or load save-file using the "NWjs.ReadFile(patch)" expression.
In both cases, this works perfectly if the user's folder is on the same disk as the application folder (for example, the user's folder is"C:\Users\User_Name\", and the application forder is "C:\Aplication_Name"). But this dosn't work if the user's folder is on another disk (for example, the user's folder is"C:\Users\User_Name\", and the application forder is "D:\Aplication_Name")
The same thing happens even if I try to just create a folder in the user's folder