Updated 01:09 AM on 10/09 AM
Added GetBinaryType from Kernel32. This inspects a binary executable file and returns what type it is; 32, 64, MS-DOS, etc.
Updated 01:54 AM on 10:09 AM
Added GetTempPath and GetTempFileName from Kernel32 which can be used to get a temp folder and filename for files in your applications.