|
Re: Stumped by variable substitution Right. Should have thought of this earlier. BTW, do you know of the syntax
of the contents of the cookie files? I Googled but can't seem to find any
information. I suppose this is specific and proprietary to IE. I can guess
on the key/value pairs. But I can't decipher the expiry date. Is there an
API to read the cookies?
Thanks.
"Keith Hill" wrote:
> BTW to get the path to your Cookies folder I would use:
>
> PS> [Environment]::GetFolderPath([Environment+SpecialFolder]::Cookies)
>
> --
> Keith
>
> |