In that case I would like to see $findfilecall() and $finddircall(), just like $dllcall() and $comcall() - there has been a relatively few number of bug reports related to these identifiers since their addition to the language and I haven't seen any hideous crash reports.

And perhaps a built-in method of doing what WhileFix.dll does, which I believe is a simple call of TranslateMessage() and DispatchMessage() if memory serves me correctly. This allows the UI to update and new input to be processed even whilst in the middle of a loop.