+ AppState->HTTPServer.FileName[sizeof(AppState->HTTPServer.FileName) - 1] = 0x00;\r
+ \r
+ /* Determine the length of the URI so that it can be checked to see if it is a directory */\r
+ uint8_t FileNameLen = strlen(AppState->HTTPServer.FileName);\r