This blog has personalition features for you, the reader. Below is a key of what all the icons mean and which aspects of the layout they change.
Close Window
Me lo segno per non dimenticarmene.
Esempio di codice per cancellare tutti i files in una directory (compreso quelle figlie):
Array.ForEach<String>(Directory.GetFiles (textBox1.Text, "*.txt", SearchOption.AllDirectories), File.Delete);
lunedì 30 luglio 2007 14:29
Comoda :D thx