Hi all,
I have some question for using CreateDirectory, the question is that whe I want to create directory by using CreateDirectory shch as
Code:
CreateDirectory(L"XXX", NULL);
DWORD res = GetLastError();
the return value from GetLastError function tell me that I can create "XXX" directory successfully but I can not find "XXX" directory. Could everyone tell me that where it created?

Thnak very much