본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How to find "Deleted" download file location

  • 5 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: 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.