I think I know the answer to this but want to make sure. Is the "|D|" in file path strings I've seen in examples a shorthand for the application's data directory? Are there other shorthand codes like this? I haven't found any documentation related to this yet.
Thanks!
Comments
UPDATE:Yes this is a bit odd since it is available with every release of Gideros but not available online on the documentation. Look at the comment from @ar2rsawseen below. Haven't been in touch with development/coding for a long while.
Likes: krl3000
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
http://docs.giderosmobile.com/file_system.html
Likes: krl3000
I was about to ask where |D| exists when testing in the player since the documentation doesn't mention that (and I needed to delete a file I created in order to retest a fresh start of my program) but I believe I just found it (in case anyone else needs to know):
(for Win7)
C:\Users\{user}\AppData\Local\Temp\gideros\{project_name}\documents
http://members.giderosmobile.com/knowledgebase.php?action=displayarticle&id=57