Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我下载了一个文件(使用导出按钮)并保存到某个文件夹中。下次当我下载相同的更新文件时,我想从同一文件夹中删除之前的下载。在 UiPath 中可以吗?任何人都可以回答这个问题吗?
我希望在从应用程序下载(使用导出按钮)文件之前,该文件夹应该是空的。
通过分配,使用此方法:Directory.GetFiles(targetDirectory)。然后你有一个文件数组。然后通过 Foreach 删除文件。