Windows has a total path length of 256 characters. Trying to shove all your metadata into filenames on windows if going to leave you with problems. Stop relying on filenames for metadata, it is just not a tenable approach. Your filenames will be mangled to make the total path fit into that restriction.
|