Does ClickOnce uninstall Isolated Storage files?

I have a program that I am trying to decide where to store a config file. I am thinking about storing it in the isolated storage store, but does ClickOnce uninstall Isolated Storage files when the program is uninstalled?
[221 byte] By [JBrown9264] at [2007-12-16]
# 1

If you create files using GetUserStoreForApplication the answer is yes. Files/dirs created using this API are stored in the data directory which is scavenged after the app is uninstalled.

Thansk,
Sameer

SameerMurudkar at 2007-9-9 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...