摘要:我有一个文件夹,里面有6个文件,我现在要删除字母B开头的三个文件,只需要剩下A开头的文件即可用C#怎样操作??? foreach (string d in Directory.GetFileSystemEntries(文件夹路径)) { if (File.Exists(d)) { string me
阅读全文
posted @ 2021-07-19 13:25
posted @ 2021-07-19 13:25
posted @ 2021-07-14 14:29