
27 Mar
2016
27 Mar
'16
12:38 a.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