We have a part of our program which can save a diagnostic file for the user to email to us so we can help them with problems. We have the option of saving it to the desktop, and it seems to be the prevailing idea at the time. However, I have these two questions:
- Is there any instance where we WON'T be able to save to the desktop? I was just having problems with Win7, then I realized I was not doing it right, and now I am able to save them fine. But, are there any instances (for example, a locked-down system at work) where those permissions may be denied? I know even at my school, where everything was locked down, we could create files on the desktop.
- Is it OK per Design Guidelines etc. to save to the desktop? I mean, we're not saving regularly, it's just for diagnostic purposes. Is there a really, really important reason why NOT to do this?
Thanks a lot.