WebSiteAdvantage.KeePass.Firefox.FirefoxProfile.FirefoxProfile C# (CSharp) Method

FirefoxProfile() public method

Creates a profile related to the default firefox profile
public FirefoxProfile ( ) : System
return System
		public  FirefoxProfile()
		{
			// find it!

			FirefoxProfileInfo profile = FirefoxProfileInfo.FindPrimaryProfile();


			if (profile == null)
				throw new Exception("Could not find a Firefox profile");
			ProfilePath = profile.AbsolutePath;
		}
		#endregion

Same methods

FirefoxProfile::FirefoxProfile ( FirefoxProfileInfo profile ) : System
FirefoxProfile::FirefoxProfile ( string profilePath ) : System