Hi,
I need to write a c# app that will iterate through multiple directories, sub-directories and return info on all files found.
When I tried this the other week I had problems when FileInfo and GetDirectories returned exceptions when a file/folder name length exceeded 248 characters.
Has anyone written a program that can get all file info and deal with exceptions efficiently? (I want to be able to work through subdirectories even if the parent has an exception).
I'll post my previous attempt later if that helps.
Thanks