摘要: //添加引用“Microsoft.VisualBasic”using Microsoft.VisualBasic.FileIO;FileSystem.DeleteFile(Path.Combine(WebStoragePath, Path.GetFileName(FileName)), UIOption.OnlyErrorDialogs, RecycleOption.SendToRecycleBin);FileSystem.DeleteDirectory(SubPath.Replace(SourcePath, WebStoragePath), UIOption.OnlyErrorDialogs 阅读全文