-
- Downloads
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.
parent
d5881f9b
No related branches found
No related tags found
Please register or sign in to comment