本文介绍了如何获取远程文件夹名称,选择它们并在C#中删除它们?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在C#中是全新的,我想在C#中做到这一点。
你能告诉我的方式:)
- 输入远程机器主机名
- 从远程机器获取C目录中的列表文件夹名称
- 从列表中选择文件夹名称
- 删除所选文件夹
- 显示有关流程的消息(已删除或未删除)
这太难了吗?感谢您提前给予我的帮助,感谢我的英语不好:(
我尝试了什么:
我尝试了第一部分。我没有把它们组合起来的信息:(
解决方案
I am brand-new in C# and I wanna do that in C#.
Can you show me the way :)
- Enter a remote machine hostname
- get list folder names in C directory from the remote machine
- select folder names from the list
- delete the selected folders
- show a message about the process (deleted or not)
Is that too hard? Thank you for your help in advance and sory for my bad English :(
What I have tried:
I tried part one part. I dont have information to combine them :(
解决方案
这篇关于如何获取远程文件夹名称,选择它们并在C#中删除它们?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!