Re: [1/2] kernel32/tests: add tests for GetDllDirectoryA
I don't think you can rely on C:\Windows existing. On Sun, Nov 6, 2011 at 10:14 AM, Thomas Faber <thfabba(a)gmx.de> wrote:
Hey, On 2011-11-06 17:25, Vincent Povirk wrote:
I don't think you can rely on C:\Windows existing.
indeed. :) But the function only requires valid path syntax, not a path that actually exists. I guess I could have made that clearer -- but C:\Windows is as good a path as any I suppose. Thanks. -Tom
On 11/06/2011 09:30 AM, Thomas Faber wrote:
Hey,
On 2011-11-06 17:25, Vincent Povirk wrote:
I don't think you can rely on C:\Windows existing.
indeed. :) But the function only requires valid path syntax, not a path that actually exists. Then you should be explicit about it with a path like "c:\Some\Valid\Path". Then people won't have questions.
Vitaliy.
participants (3)
-
Thomas Faber -
Vincent Povirk -
Vitaliy Margolen