2011年1月12日
摘要: 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 阅读(202) 评论(0) 推荐(0) 编辑