string[] d = GetDirectory.GetDirectories("c:/");
foreach (string s in d)
{
richTextBox1.AppendText(s+ "\n");
}
BOOLER
相关分类