Is there an established convention for separating Windows file names in a string?
- by Heinzi
I have a function which needs to output a string containing a list of file paths. I can choose the separation character but I cannot change the data type (e.g. I cannot return a List<string> or something like that).
Wanting to use some well-established convention, my first intuition was to use the semicolon, similar to what Windows's PATH…