K 10 svn:author V 8 kientzle K 8 svn:date V 27 2007-08-25T04:19:55.000000Z K 7 svn:log V 276 MFC generic path comparisons. There was some old code to ignore leading "./" that was there to allow us to compare path names with strcmp(). Comparing pathnames syntactically is a bit more complex than that, so encapsulate it in a new utility function and use that instead. END