I am using c# code in zennoposter to load cookies. I have this right now
instance.LoadCookie("C:\\cookie.txt");
but I want to be able to load the cookie from the project directory and be able to load the cookie from the variable "emailUserName"
like this:
{-Project.Directory-}\Data\Cookies\{-Variable.emailUserName-}.txt
any idea on how i can do that using c# code and load the cookie?
Thanks
instance.LoadCookie("C:\\cookie.txt");
but I want to be able to load the cookie from the project directory and be able to load the cookie from the variable "emailUserName"
like this:
{-Project.Directory-}\Data\Cookies\{-Variable.emailUserName-}.txt
any idea on how i can do that using c# code and load the cookie?
Thanks