Maximum file name sizes
Maximum file name sizes
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- sparker0
back when things were done correctly, file name conventions held to a 8.3 standard. xxxxxxxx.xxx was the length of a file name.
some legacy bugs can happen if you use file names that are too long or have spaces and other characters in them.
do realize though, that each character of a file name takes up space...adding to size.
it is mostly insignificant, but could cause problems.