Relative Content

Tag Archive for vb.netvisual-studiogoogle-chrome

Dealing with unwanted chrome cache data & visual studio log file

I am not sure this is the best way to deal with these unwanted files.
YES I wrote a small VB.Net application to delete chrome cache data files that have this format “f_00006a” & another file that shows up in a Temp folder every time I start my computer “dd_updateconfiuration_202.log” and
if my computer is idle for 10 min or more Visual Studio tries to update
and adds a bunch of these dd files to the temp folder REAL Annoying
YES I have VS 2019 and have it set to not request updates
Here is the code I wrote to deal with this feel free to offer suggestions
for improvements to this code. It works fine but seems like overkill to
deal with the situation.