Finding Last Modified Time for a File
By using API calls from VB6, we can quickly find the most recently used file, quickly. The code below is optimized to quickly find the most recently used file in a specified directory and returns its full name. I’ve also attached a sample project that contains the same information, for easy incorporation in to your project. Note This… Read More »