Another update to FindFile.
=============================================
28th July 2014. Version 3.0.0.0 (JF)
=============================================
Previously only an empty folder could be deleted, now any folder
will be deleted. Shell functions, MoveTo, CopyTo and Delete will
show a progress dialog if the operation is lengthy.
=============================================
14th July 2014. Version 3.0.0.0 (JF)
=============================================
Changed the DoShellExecuteEx() routine to add quotes '"' at each
end of the string. Some old apps do not allow spaces in command
string.
Changed SortHead() to use hasbom() instead of the Windows API
IsTextUnicode() which would occasionally get it wrong.
Improved the way the header text is displayed.
hereJohn