摘要:
static protected internal long CountFolderLength(string FolderPath) { long folder_length = 0; System.IO.DirectoryInfo di = new System.IO.DirectoryInfo(FolderPath); ... 阅读全文
posted @ 2006-09-26 15:10
K3
阅读(318)
评论(0)
推荐(0)
浙公网安备 33010602011771号