SpecialFolder.History ?

  • Thread starter Thread starter zZ
  • Start date Start date
Z

zZ

Hi All,

I'm trying to get my Personal History Folder by

Environment.GetFolderPath(Environment.SpecialFolder.History),

but it returns the folder of the Default User (contains only History.IE5),
not that one has Today/Yesterday/...
Environment.GetFolderPath(Environment.SpecialFolder.Personal.History)
won't work either.

What's wrong? Thanks for any tip.

Kind regards,
Zen
 
Back
Top