I\'m trying to access Windows XP\'s Application Data - but I\'m having a slight issue, I am using the following code:
Environment.GetFolderPath(Environment.
Try using the Environment.SpecialFolder.LocalApplicationData.
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)