On Friday 05 April 2002 13:56, Francois Gouget wrote:
On Fri, 5 Apr 2002, Andreas Mohr wrote: [...]
Are you sure that simply completely removing code doesn't break anything here in other cases ?
The only way to handle that is to write a regression test involving GetFullPathName and a couple other related functions (like GetLongPathName (buggy) and GetShortPathName).
Then we can check the behavior in Windows. If someone writes such a test I will run it on Win95, Win98, NT4 and WinXP and we will finally know.
I have some code I did a week ago to test file and path functions. I've really barely begun (there are a LOT of path/file functions to test), but if it would be useful, I can clean up what I've got so far and post it here. I have preliminary tests for the three functions you mention above (only ANSI so far) though. Or if it is not so important, you can wait until I've actually finished all the tests I plan to do, which will probably be sometime next week.
.Geoff