'------------------------------------------- '获取某文件夹下所有文件和子目录下的文件 '------------------------------------------- Sub getAllFile() Cells.ClearContents , ) MsgBox "处理完成!" End Sub '------------------------------------------- '获取目标文夹路径 '--------------…
假设a文件夹在F盘下,代码如下.将文件名输出到一个ListBox中using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO; namespace WindowsFormsApplication1{ public partial class Form1 : Form { public Form1() { Initializ…