
March 26, 2016
11:38 p.m.
I'm wondering how often literal pathames are really used in actual programs. In my experience, most pathnames are received as arguments, read from config files, etc. Most literals are just fragments that get concatenated with existing pathnames, and that's already covered by operations between path objects and strings. -- Greg