MAX_PATH_DEPTH
#define MAX_FILEPATH_LENGTH (MAX_PATH_DEPTH * MAX_PATH)
for (int i = 0; i < MAX_PATH_DEPTH; i++) {