If I create files in "|D|" in an app exported and built for Windows, where on Windows 10 would those files be written?
I'm wondering because I'm dealing with crashes on some customers computers when using lfs.dir(). More details here if interested:
http://forum.giderosmobile.com/discussion/8028/inconsistent-crash-on-windows-really-stumped#latest).
If I can determine the path to "|D|", I could do something like os.execute("dir /ad /b > folder_list.txt") to get a list of folders without using lfs.dir().
Paul
Comments
c:\users\(user)\AppData\Local\Packages\(package name)\LocalState
Anyone know of a way to resolve the user or package name from within a Gideros app?
Paul
Application:set => documentDirectory(path)
https://wiki.giderosmobile.com/index.php/Application:set
I wanted to try it but haven't had the occasion yet. Maybe that can work for you?