Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Location of Documents folder for UWP app? — Gideros Forum

Location of Documents folder for UWP app?

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

Sign In or Register to comment.