Hi all,
I have some question for using CreateDirectory, the question is that whe I want to create directory by using CreateDirectory shch as
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?Code:CreateDirectory(L"XXX", NULL); DWORD res = GetLastError();
Thnak very much




Reply With Quote