Declaring vararchive
Code: Select all
Dim vararchive As New MpqLib.Mpq.CArchive("MY FOLDER\MY ARCHIVE")
Code: Select all
vararchive.ExportFile(NAME OF FILE IN ARCHIVE", "MY FOLDER\MY DOCUMENT")
Spoiler:
Code: Select all
vararchive.ImportFile("NAME OF IMPORT INTO ARCHIVE", "NAME OF FILE TO BE IMPORTED")
Code: Select all
Unable to import
Code: Select all
IOException was unhandled.
EXTRA- the mpq lib website
http://home.magosx.com/index.php?topic=77.0
Thanks to fatherspace helping on chat, I no longer need help.