On 05/10/2008 16:30, Peter Kümmel wrote:
Andre Poenitz wrote:
On Sun, Oct 05, 2008 at 02:09:03PM +0200, Peter Kümmel wrote:
Abdelrazak Younes wrote:
Yes, but please use (or extend) already existing
FileName::operator==()
FileName::operator==() expands now short names on Windows.
http://www.lyx.org/trac/changeset/26745
In this case I'd prefer a more verbose name. Having non-trivial
operations hidden in customarily "cheap" operators tend to create
unexpected behaviour...
Or we always use long path names internaly, see patch.
Yes, I prefer that.
Abdel.