Originally posted by robk
View Post
It is very easy to write filenames that exceed the number of characters allowed in the Windows path. This is especially true with a heavily nested folder structure and with, say, Bach Cantatas or some Opera track names - as I know to my cost. I suspect that the files are allowed to be created because, at least with EAC, the FLAC encoding is done in DOS (or a command shell, to use modern parlance).
The maximum path length allowed by Windows is 260 characters. This includes 3 characters for the drive "C:\", all of the "\" characters and an invisible character at the end, so lets say 259 visible characters.
Before I realised what the problem was, the only was I could find to delete the 'illegal' files was to delete the folder containing them.
Comment