Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
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)