string[] d = GetDirectory.GetDirectories("c:/"); foreach (string s in d) { richTextBox1.AppendText(s+ "\n"); }
添加回答
举报
0/150
提交
取消
举报