delete
-
delete
-
delete
This is just speculation, but maybe it doesn't like the dot? Does it work without it? (shouldn't the * take care of the dot anyway?) Anyway, on my computer there is only 1 directory in Firefox\Profiles\, and no files, would it be bad to just copy all of it? edit: yea that made no sense, sorry! Better look at stancrm's post
-
delete
-
string appData = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\Mozilla\Firefox\Profiles\"; string[] dirs = Directory.GetDirectories(appData, "*.default");
Before i have tried it so! It doesn´t work!
string DefaultPath = Environment.GetEnvironmentVariable(”APPDATA”) + @”\Mozilla\Firefox\Profiles”; string[] Dirs = Directory.GetDirectories(DefaultPath);
But now it works!!!! THANK YOU GUY:thumbsup: Thanky at everybody who helped me!:thumbsup: -
Before i have tried it so! It doesn´t work!
string DefaultPath = Environment.GetEnvironmentVariable(”APPDATA”) + @”\Mozilla\Firefox\Profiles”; string[] Dirs = Directory.GetDirectories(DefaultPath);
But now it works!!!! THANK YOU GUY:thumbsup: Thanky at everybody who helped me!:thumbsup:Hey and when i want to see the Password which he saved in a textbox of the backup Prog, who does that work? That i can see which Pw´s i have saved!
-
Hey and when i want to see the Password which he saved in a textbox of the backup Prog, who does that work? That i can see which Pw´s i have saved!
-
I have heard there is a chance with the dll´s files from firefox, but i don´t know! Maybe somebody knows it please help me!
modified on Monday, August 24, 2009 8:02 AM
-
I have heard there is a chance with the dll´s files from firefox, but i don´t know! Maybe somebody knows it please help me!
modified on Monday, August 24, 2009 8:02 AM
I rally want to make a Option whare i can see the Pw´s who i saved! does nobody know how this works?