When I am trying to move a lot of files from one folder to another folder windows shows me a message about one of those files:
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
It means that windows responds some kind of events and it shows me a message with a few information about that file which failed to move from one folder to another.
But I need to how handle that kind of event using .NET?
I need to write all information about that kind of files to display, I mean to TextBox....
How can I solve this problem?
Should I use any external libraries like "Windows API Code Pack"?