Subj : src/xpdev/dirwrap.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jun 06 2021 12:04 am https://gitlab.synchro.net/main/sbbs/-/commit/23d36a634b40b71178cfc374 Modified Files: src/xpdev/dirwrap.c Log Message: Fix delfiles() to delete files starting with '.' (that match the pattern) glob() by default, doesn't include 'dot files', so include the GLOB_PERIOD flag so that when deleting all files in a directory (e.g. node1/temp/*), any files starting with a dot will be deleted too. .