Subj : src/sbbs3/js_bbs.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu May 27 2021 11:33 pm https://gitlab.synchro.net/main/sbbs/-/commit/536b7e227007cfb00af1865c Modified Files: src/sbbs3/js_bbs.cpp Log Message: Add bbs.export_filelist() method This is the last thing needed to complete the new temp/archive menu module implemented in JavaScript for v3.19. File list generation can easily be done in JS (see filelist.js for example), but since we have this function already in C++ (i.e. for including filelists in QWK packets) - might as well make it available for use in JS. .