Re: [Bug 161797] Save as... fails in win32 when curdir is on server



BTW, for the case-preserving but case-insensitive Win32 file system,
would it be a good idea to implement GtkFilePath as a pair of strings,
one containing the g_utf8_casefolded path, the other the path in the
original/desired case?  (And thus not having to casefold over and over
again when comparing, sorting, etc.)

Or are there hard-to-change assumptions that GtkFilePath actually is
char* all over the place? (If so, hmm, one could even have the pair of
strings not as a struct, but concatenated as a single string with some
illegal character as separator?)

--tml





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]