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

مشاهدة النسخة كاملة : Deleting Folder...... Please Help!



C# Programming
04-02-2009, 01:12 PM
http://www.barakasoft.com/script/Forums/Images/smiley_wink.gif Hey Guys,

what manipulation should I've to do with this code, such that my Console Application becomes capable of deleting folders along with files? :-

{
System.IO.File.Delete(@"C:/My Folder/filename.txt");
}

Your reply will be appreciated, thanx....