Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

How to find "Deleted" download file location

  • 5 wótegrona
  • 1 ma toś ten problem
  • 29 naglědow
  • Slědne wótegrono wót palm22180

more options

I use `Always ask you where to save files` when download and every time I download something they're always in different places.

The problem is if I rename the file when I forget to rename it before I press the download, Firefox says the file is missing and refuses to tell me where did I save that file. The `Open Contained Folder` is greyed out and I can't find any location related text.

How can I find where did I download my files?

And why `Open Contained Folder` has to be greyed out?

I use `Always ask you where to save files` when download and every time I download something they're always in different places. The problem is if I rename the file when I forget to rename it before I press the download, Firefox says the file is missing and refuses to tell me where did I save that file. The `Open Contained Folder` is greyed out and I can't find any location related text. How can I find where did I download my files? And why `Open Contained Folder` has to be greyed out?

Wubrane rozwězanje

For the folks who have the same problem.

There's an SQLite file named `places.sqlite` in the profile folder.

The `moz_annos` table is where your download history is.

Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (5)

more options

Open file or open containing folder only works if the file is still in the original download location with the same name as how you saved the file. If you renamed or moved the file then this won't work anymore and you need to search the hard drive for the modified name if you do not remember where you saved the file. There is not much Firefox can do if it doesn't find the file. You can possibly try to re-download the file to see whether Firefox proposes the same download folder like I sometimes do when I click the Save button too quickly without looking in what folder I saved the file.

more options

No, the only thing Firefox need to do is not grey out `Open Contained Folder`.

You only need the folder itself. It's one thing if the contained folder is missing but what the filename currently is doesn't matter at all!!

I never read the code myself but I suppose Firefox greying out that option after checking the file and it isn't there. Wouldn't it work by just remove this function?

Or change from `path.exist` to `path.dirname.exist` or something?

It has nothing to do with the original download folder and I found no good reason to prevent user from open the folder.

Wót palm22180 změnjony

more options

Could you point me to the code? I'll file a PR about this.

more options

For the folks who has the same problem.

The database file is `places.sqlite` which is in the Profile Directory.

If you don't know how to open it, the easiest way is use SQLite browser .

The download history is in the `moz_annos`

more options

Wubrane rozwězanje

For the folks who have the same problem.

There's an SQLite file named `places.sqlite` in the profile folder.

The `moz_annos` table is where your download history is.