FindFile – Fast, using the API
Uses the FindFile, FindNextFile, and SearchPath API functions to quickly find a file on your hard drive. Runs faster than methods which use Dir$. Original Author: Dave Hng Inputs Filename – Filename to search for.Path – The path to start searching from. Assumptions None, if you want to find out what the API does exactly, read the Win32SDK. It’s… Read More »