dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { vFiles.push_back(fd.cFileName); } } } Since the cFileName is a WCHAR[260] array this code wont compile.
確定! 回上一頁