Really, it's a speedy file compare.
This is my first DLL and GEX.
Example(GEX):
[Creation Event]
file1=get_open_filename('All Files|*','C:\*')
file2=get_open_filename('All Files|*','C:\*')
switch(file_compare(file1,file2,buff_whole))
{
case 0:show_message('Files Not The Same')break
case 1:show_message('Files Are The Same')break
case -1:show_message("An Error Occurred!#One or more of the files don't exist!")break
}
game_end()
DOWNLOAD
Edited by Agamer, 24 July 2010 - 07:27 PM.











