I\'ve a method that I want to be able to accept either a single string (a path, but not necessarily one that exists on the machine running the code) or a list/tuple of strin
Have you considered varargs syntax? I'm not really sure if this is what you're asking, but would something like this question be along your lines?
varargs