Subj : src/sbbs3/filedat.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jan 23 2022 13:44:55 https://gitlab.synchro.net/main/sbbs/-/commit/77e2d88edb57a1f4c06ee4ed Modified Files: src/sbbs3/filedat.c Log Message: create_archive() will skip directories in supplied file_listThe file_list[] parameter was expected to contain only files, but the directory() function (used to create that file_list[]) returns a list of all directory entries, including sub-directories. I could (and maybe will) add an option to directory() to only include files or dirs, but this seemed the more direct fix for the problem reported by DesotoFireflite (VALHALLA):TickIT's nodelist_handler.js appears to be creating and leaving behind a sub-directory of the temp directory, triggering this error: 1/23 11:36:56a QNET libarchive error -1 (13 opening c:\SBBS\temp\event\nodelist_handler/) creating c:\SBBS\data\VERT.REP Why isn't the temp directory fully cleaned up after/between events? That's another thing to look into. --- SBBSecho 3.14-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .