FS module

Find the Newest File in …

There are times you might need to find the latest file in a given directory. This method is not the most efficient and will have some performance costs (👀 synchronous processing 👀). Almost every time I reach for something like this it is for a utility function, like ‘find the latest database …