Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
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" />
Develop games in your browser. Powerful, performant & highly capable.
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)