1

Where should a windows application store cache data and temporary file data ?

I understand that

System.Windows.Forms.Application.StartupPath + @"\" + "Cache";

is not a good idea since the program is going to probably be installed in

Program Files\MyProgram\

for all users and users may not have access to writing to that folder.

Kiquenet
  • 14,494
  • 35
  • 148
  • 243
MadSeb
  • 7,958
  • 21
  • 80
  • 121

0 Answers0