Showing results for July 21, 2005 - The Old New Thing

Jul 21, 2005
Post comments count0
Post likes count0

News flash: Going for a walk on a nice day makes you feel better

Raymond Chen
Raymond Chen

Scientists continue to amaze us with their research breakthroughs, such as a discovery late last year that going for a walk on a nice day makes you feel better. What would we do without science?

Non-ComputerNews flash
Jul 21, 2005
Post comments count0
Post likes count0

FindFirstFile is not a SQL query

Raymond Chen
Raymond Chen

The function is not a SQL query. It's a very simple directory enumerator. There is a slightly fancier version called , but even that function doesn't add much at present beyond filtering for directories or devices. You don't get to pass it sort criteria like or "return the files/directories sorted smallest file first", or "return the files/dir...

Code