Re: modifying _fullpath test

2006-01-11 Thread Alexandre Julliard
Aric Stewart <[EMAIL PROTECTED]> writes: > ChangeLog: > modify msvcrt dir test to create its own directory to ensure the directory > exists for the test. It would be better to use something like GetTempPath instead of hardcoding the directory name. -- Alexandre Julliard [EMAIL PROTECTED]

Re: modifying _fullpath test

2006-01-11 Thread Dmitry Timoshkov
"Aric Stewart" <[EMAIL PROTECTED]> wrote: ChangeLog: modify msvcrt dir test to create its own directory to ensure the directory exists for the test. -SetCurrentDirectory("C:\\Windows\\System\\"); +free1=free2=TRUE; +rc = CreateDirectory("C:\\msvcrt-test\\",NULL); +if (!rc &&