摘要:
using System.IO; namespace ConsoleApplication1{ class Program { static void Main (string[] args) { string path = @"D:\SkinData\the_asphalt_world"; string[] files = Directory.GetFiles(path); foreach ... 阅读全文
posted @ 2008-08-01 10:46
赵长青
阅读(283)
评论(4)
推荐(0)
浙公网安备 33010602011771号