摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--public class DirComparer : System.Collections.IComparer{public int Compare(object x, object y){return y.ToString().CompareTo(x.ToString());}}DirectoryInfodi=newDirectoryInfo(“FolderPath”); ArrayListdirA 阅读全文
posted @ 2011-01-12 13:50
zencorn
阅读(220)
评论(0)
推荐(0)
浙公网安备 33010602011771号