'------------------------------------------- '获取某文件夹下所有文件和子目录下的文件 '------------------------------------------- Sub getAllFile() Cells.ClearContents , ) MsgBox "处理完成!" End Sub '------------------------------------------- '获取目标文夹路径 '--------------…
FolderForm.cs的代码如下: using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Windows.Forms; namespace HoverTree.Hewenqi { public partial class FolderForm : Form { public FolderForm() {…