|
I hope this is the right place to be asking this question.
I was looking for a tool that will automatically rename files/directories to be FatX compatible. However, I cannot find one, so I must assume that one does not exist.
Therefore I guess I will write a little Perl script to do this. However, that means I must know the details of what FatX requirements are.
I know files have a max length of 42 characters.
What about directories. Is there a max length for individual directories? What about total path depth? Is there a maximum length for the sum of all of the directories in the path plus the 42 char filename?
Thanks for the help.
|