Subj : BAJA "FILE_VIEW" Equivalent in Javascript To : All From : High Spirit Date : Mon Dec 10 2018 01:52 pm Thought I'd share with other Synchronet Sysops... I have converted the BAJA command "FILE_VIEW" to a Javascript command and added a few output lines showing what libs and dirs are being searched. function ViewFiles() { printf("\r\nView File(s)\r\n"); var FILESPEC; if (FILESPEC = bbs.get_filespec() + "*") { if(bbs.list_files(file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].number, FILESPEC, FL_VIEW)){ return; } printf("%s", bbs.text(166)); for(i=0;i