<<What does your /code/ contain?>>
Here it is. I thought maybe that I needed to
manipulate the string a little before re-using it but
that didn't help. I'm thinking that the spaces comment
I made in the earlier note didn't make sense: who
DOESN'T have spaces in their paths for this kind of
thing?
Thanks
John
...
COOKIES = 0x0021
INTERNET_CACHE = 0x0020
cookieFolder =
WatirHelper.getSpecialFolderLocation(COOKIES)
#cookieFolder.gsub!("/","\\")
#cookieFolder.gsub!(" ","\s")
puts "\n\nCookie location: " + cookieFolder
cacheFolder =
WatirHelper.getSpecialFolderLocation(INTERNET_CACHE)
puts "\n\nCache location: " + cacheFolder + "\n\n"
WatirHelper.deleteSpecialFolderContents(cookieFolder)
WatirHelper.deleteSpecialFolderContents(cacheFolder)
...
--- Michael Bolton <[EMAIL PROTECTED]> wrote:
> >I'm trying to use cookiemanager to delete data
> between test iterations but
> my paths contain spaces.
>
> What does your /code/ contain?
>
> ---Michael B.
>
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general