-
- Downloads
Add support for 3 new loadable modules for file scanning/listing/viewing
Configured in SCFG->System->Loadable Modules: Scan Dirs: User scans one or more directories for (e.g. new) files List Files: User lists files within a file directory View File Info: User views detailed information on files in a directory This addresses/fixes feature request #521 for Nightfox Will need to document the mode argument bit values on the wiki, but it's the usual suspects: FL_* for scandirs and listfiles and FI_* for fileinfo. The scandirs_mod will be passed an extra bool (0/1) arg that indicates whether or not the user is scanning *all* directories. Test results would be welcome
Showing
- src/sbbs3/listfile.cpp 32 additions, 7 deletionssrc/sbbs3/listfile.cpp
- src/sbbs3/sbbs.h 3 additions, 0 deletionssrc/sbbs3/sbbs.h
- src/sbbs3/scandirs.cpp 20 additions, 0 deletionssrc/sbbs3/scandirs.cpp
- src/sbbs3/scfg/scfgsys.c 40 additions, 22 deletionssrc/sbbs3/scfg/scfgsys.c
- src/sbbs3/scfgdefs.h 3 additions, 0 deletionssrc/sbbs3/scfgdefs.h
- src/sbbs3/scfglib1.c 3 additions, 0 deletionssrc/sbbs3/scfglib1.c
- src/sbbs3/scfgsave.c 4 additions, 1 deletionsrc/sbbs3/scfgsave.c
Loading
Please register or sign in to comment