On Sun, Aug 31, 2008 at 3:55 AM, Vitaliy Margolen
<[EMAIL PROTECTED]> wrote:
> Jeff Zaroyko wrote:
>>
>>
>> +static const WCHAR testdirW[] =
>> {'n','t','d','e','l','e','t','e','f','i','l','e',0};
>> +static const WCHAR subdirW[] = {'\\','s','u','b',0};
>> +
>> +ret = CreateDirectoryW
Jeff Zaroyko wrote:
>
>
> +static const WCHAR testdirW[] =
> {'n','t','d','e','l','e','t','e','f','i','l','e',0};
> +static const WCHAR subdirW[] = {'\\','s','u','b',0};
> +
> +ret = CreateDirectoryW(testdirW, NULL);
You need to create test files and directories in windows temp dir.