I need to be able to write a file to the current Users Temp directory.
Is there a system variable that can be used? The program needs some how to find out current users temp directory. The directory would be in the path:
c:\Users\{current user}\AppData\MyApp\Temp
How do I find out the current user?
Is there a system variable that can be used? The program needs some how to find out current users temp directory. The directory would be in the path:
c:\Users\{current user}\AppData\MyApp\Temp
How do I find out the current user?
Comment