Firefox History

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pavanip
    New Member
    • Mar 2008
    • 53

    Firefox History

    Hi,

    I am using the following code to get Internet Explorer filepath to display history list.
    filePath1 = Environment.Get FolderPath(Envi ronment.Special Folder.History)
    by using the above path i am getting only internet explorer history list.
    Please anyone can give suggestions how to get Firefox history list?where it will store these data?
    And one more doubt what is the meaning of Computer list in firefox history?
    Thanks in advance
    pavani
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    You will have to check with FF as to where they keep their browsing history, if they keep it accessible at all.

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      This isn't a simple task.

      I believe that they changed the way they store their history from version 2 to version 3, so you will need different methods. And in FF 3, the bookmarks and history are stored together.

      The files are located in this folder:
      Code:
      C:\Documents and Settings\<username>\Application Data\Mozilla\Firefox\Profiles\<profile name>\bookmarkbackups
      And the files are .json

      Good luck with this. They don't store their history the same way IE does.

      Comment

      Working...