Check if this entry is a directory or a file.const size_t filenameLength = strlen(fileName);if (fileName[filenameLength-1] == '/'){{