From rswindell@1:103/705 to CVS commit on Sun Aug 11 23:24:08 2019
src/sbbs3 file.cpp 1.35 1.36 main.cpp 1.756 1.757 sbbs.h 1.542 1.543
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv23343
Modified Files:
file.cpp main.cpp sbbs.h
Log Message:
delfiles() now takes a 3rd argument: keep, which is a number of files to retain (not delete) from the end of the sorted list of files (normally, 0).
Created an sbbs_t::delfiles() wrapper which defaults to keep 0 files and also generates a error.log message if any of the file-deletions fail.