In a windows forms application you can use this to get the path to a a user's "application data" temp directory:
Application.UserAppDataPath
How does one do this in a console application? I've been scouring the MSDN documentation and I can't seem to find anything similar. There certainly isn't anything under the console namespace, and there doesn't seem to be any access to the Application namespace from a console app.
Peter
-------------------------
Work smarter, not harder