Thursday, October 30, 2008

How to get the full path of cookies folder using C# (.NET)

Cookies folder (FullName) can be retrieved using the following snippet

Console.WriteLine("Cookies := " + Environment.GetFolderPath( Environment.SpecialFolder.Cookies ));

No comments:

Post a Comment