Hi, I need do some quick and dirty logging and I was asked to write to a file.
I have done all the logging and now I need to save it somewhere on this Win Server 2008 Operating system.
Does anybody know what the output is in Win Server 2008 for the following line of code. string myPath=Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData);
Thanks a lot.