I wrote this little program to look for files with inconsistent line endings. Maybe you'll find it useful. Probably not, but I'm posting it anyway. The EnumerateFiles method recursively enumerates the contents of the directory, but skips over hidden files, hidden directories, and directories with specific names. The main program takes ...