Should I delete xpi files in \AppData\Local\Temp folder?
I have a bunch of files in my C:Users\Username\AppData\Local\Temp folder
with names in this format:
tmp-XXX.xpi
What are they? They take up about 80 megabytes, and range in age from a week to five months.
Since they start with "tmp" in the filename, it is tempting to delete them; but that seems imprudent if I don't know their purpose.
Thank you
All Replies (1)
Windows should remove the folder’s content by default, I think once about every few months or so, given the dates of most recent files I can spot on a similar OS. Additionally, this folder’s content can always be cleared manually at any time, or by some batch file run frequently or at startup, or even automatically by some tools such as CCleaner, probably.
It’s pure a caching folder, and any files removed should be recreated when needed. The xpi files apply to installs or updates from add-ons - you should even be able to view their content as zip files.
Also see this question @ superuser.com.