I'm putting a user interface together to let the users specify caching options and I want to support a button that empies the cache on demand.
Before I go implementing a button that deletes *.* willy nilly from whichever folder a user has specified, what are some things I can check to verify that it is indeed the cache directory? Is there something in the folder I can check for that reliably indicates it's the cache folder used by the map suite?
Thanks