上一篇的博客中,我们讲解了File类的常用操作,今天这篇分享一个完整的类,作用是递归获取某个文件夹中所有文件。直接看代码就行了,也不复杂 using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NS.Core { /// &…