DeViaN
May 26th, 2007, 10:04
Hello everyboy 
I want to change the loading data from file to loading data from folder for exemple:
Original: Data\Data.dat to Data\Data.dat\
I found out that procedure which loads the file Data.dat into memory,in that procedure there is APIs: FindFistFileA,FindNextFileA and FindClose.
If file Data.dat is not found,then bad MessageBox appears.
I already extracted file Data.dat and now I want to load that unpacked files from folder and not from single file,its possible ?
Any tips or tricks please how to remake that procedure ?
Thank you in advance.


I want to change the loading data from file to loading data from folder for exemple:
Original: Data\Data.dat to Data\Data.dat\
I found out that procedure which loads the file Data.dat into memory,in that procedure there is APIs: FindFistFileA,FindNextFileA and FindClose.
If file Data.dat is not found,then bad MessageBox appears.
I already extracted file Data.dat and now I want to load that unpacked files from folder and not from single file,its possible ?
Any tips or tricks please how to remake that procedure ?
Thank you in advance.
