المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Firefox Password Backup program!



C# Programming
08-24-2009, 02:11 PM
Hey guys!

I want to make my own Firefox Password Backup program!
He should save/copy the Pw files!
I use this code to come into the correct folder
string[] dirs = Directory.GetDirectories(@"%APPDATA%\Mozilla\Firefox\Profiles\", "*.default");
but the code doesn´t work, i don´t get into the default folder!!!