What character to separate words in filenames? Dashes? Periods? Underscores?
- by Christopher Albon
This question isn't about a specific programming language, but more about general best practices.
What characters are best (greatest compatibility over programming languages, OSs, file systems, etc.) to separate words in filenames?
For example:
file.name.txt
file_name.txt
file-name.txt
FileName.txt
filename.txt