当我尝试将大量文件从一个文件夹移动到另一个文件夹时,窗口会向我显示有关其中一个文件的消息:
The file name(s) would be too long for the destination folder. You can
shorten the file name and try again, or try a location that has a shorter
path.
f123456789012345
Item type: AVI File
Size: 115 MB
Availability: Available offline
这意味着 Windows 会响应某种事件,并向我显示一条消息,其中包含有关该文件的一些信息,该文件未能从一个文件夹移动到另一个文件夹。
但我需要如何使用 .NET 处理这种事件?
我需要编写有关要显示的那种文件的所有信息,我的意思是 TextBox....
我怎么解决这个问题?
我应该使用任何外部库,如“Windows API 代码包”吗?