Earnie Boyd wrote: > > And can someone explain to me why MSDN, the documented Windows authority, > speaks of PATH and not Path? Every sample I could find mentioned PATH. I > have yet to find a sample that mentions Path!
It is not fully inconsistent: since variable name lookups are case insensitive, one is free to write a name using any capitalization, in order to improve readability. Capitalizing the first letter is often done with filenames as well. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
