Hello,i have a route that reads a directory and process a number of files contained in this directory. i would like to log the number of files at the end of the processing of the directory.
i tried to use oncompletion but it's called for each file. any idea on how to do that? thanks in advance