I have a program that reads settings from a settings file in C:\Users\MyUser\AppData\Roaming\MyFolder\program.settings

Then I deleted the settings file, but the program still can read it although its not visible via either cmdline nor explorer (i.e it can extract information from it) ???

link|improve this question
Suspect the roaming profile is cached somewhere or is being recreated when you reconnect to the server - better question for serverfault – Martin Beckett Mar 9 '11 at 16:04
Look at the eventvwr.msc on your system and see if folder redirection is taking place. I think it also tells you where the folders, such as AppData, are redirected to. – ultrasawblade Mar 11 '11 at 14:31
feedback

migrated from stackoverflow.com Mar 11 '11 at 14:22

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.