搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to find "Deleted" download file location

  • 5 个回答
  • 1 人有此问题
  • 29 次查看
  • 最后回复者为 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?

被采纳的解决方案

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.

定位到答案原位置 👍 0

所有回复 (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.

由palm22180于修改

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

选择的解决方案

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.