Hello,
I have a problem with writing a script that accesses %appdata% folder. Is this possible in construct? (I have to go through this folder to create folders in it - it have to work not only on my computer).
Dimus
Develop games in your browser. Powerful, performant & highly capable.
Problem solved, for people, who wants to know too: It's solved by "Path.AppData" command using Path plugin <img src="smileys/smiley2.gif" border="0" align="middle" />
Awesome! Thanks for sharing the answer <img src="smileys/smiley4.gif" border="0" align="middle" /> If you want to save stuff in the program folder itself too then use "AppPath" and it should work (doesn't need the Path plugin)