On the local system, is there a (reasonably) guaranteed place to create a directory structure to write files? I'm looking for a solution that does not require Administrative Privileges for permission changes?
After a bit of research, I've seen this answer for finding the current user's desktop folder. I could use this, but what other options are available?
Putting together research:
System.Environment.SpecialFolder
Enumeration