
27 Jul
2006
27 Jul
'06
3:43 p.m.
Trying to design a consistent naming system, it helps if we all agree on what the various parts of a filepath are called, this is my draft of that:
For what it's worth, the FSF's coding conventions uses "path" only for lists of directories (typically used for a search, e.g. MANPATH, PATH, LD_LIBRARY_PATH, load-path, ...), not for file names. In their convention, "/foo/bar/baz" is a file name, where "bar" is a file name element IIRC. Stefan