On Mon, Jun 28, 2004 at 10:40:33PM -0700, fltcpt wrote: > Doom() seems to be (perhaps I am wrong) only marking > the entry in cache as no longer valid... what I am trying > to do is actually "securely" deleting the cached item... > like zeroing out the file, or something like that... > I've noticed some are in the cache directory <hash>d<generate> > format file, but others seems to be in _CACHE_* files... > Is there a way to figure out the location of a particular item > on disk after I enumerate them all? (I haven't been able > to find the idl call).
http://lxr.mozilla.org/seamonkey/source/netwerk/protocol/about/src/nsAboutCacheEntry.cpp#472 might help you, it's the code that about:cache uses to display the location of the cache file. It doesn't really help you if the file is actually inside the _CACHE_ file, because you don't know where it is inside that file... -- _______________________________________________ Mozilla-netlib mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-netlib
