c++ Programming Glossary: szdir
How to get list of folders in this folder? http://stackoverflow.com/questions/2239872/how-to-get-list-of-folders-in-this-folder only get Folders. Basically the following check ... TCHAR szDir _T c or wherever. HANDLE hFind FindFirstFile szDir ffd ... do.. TCHAR szDir _T c or wherever. HANDLE hFind FindFirstFile szDir ffd ... do if ffd.dwFileAttributes FILE_ATTRIBUTE_DIRECTORY..
Double null-terminated string http://stackoverflow.com/questions/4611237/double-null-terminated-string of the following working but not both Example 1 CString szDir _T D Test szDir szDir _T ' 0' _T ' 0' Example 2 CString szDir.. working but not both Example 1 CString szDir _T D Test szDir szDir _T ' 0' _T ' 0' Example 2 CString szDir _T D Test szDir.. but not both Example 1 CString szDir _T D Test szDir szDir _T ' 0' _T ' 0' Example 2 CString szDir _T D Test szDir szDir..
|