一个离开.NET的程序员

ryhan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

07 2012 档案

摘要:1 DirectoryListParser 2 using System; 3 using System.IO; 4 using System.Net; 5 using System.Text.RegularExpressions; 6 using System.Collections; 7 using System.Collections.Generic; 8 9 namespace WindowsApplicationFTP 10 { 11 public struct FileStruct 12 { 13 public string F... 阅读全文
posted @ 2012-07-25 15:39 ryhan 阅读(624) 评论(0) 推荐(0)