| http://www.w3.org/ns/prov#value | - DLE_VALUE) { printf(No files found\n\n); } else { // Traverse through the directory structure fFinished = FALSE; while (!fFinished) { // Check the object is a directory or not if (FileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { if ((strcmp(FileData.cFileName, .) != 0) && (strcmp(FileData.cFileName, ..) != 0)) { // Get the full path for sub directory sprintf(szSubDir, %s\\%s", path,F
|