AddPackFile()
Syntax
Result = AddPackFile(Filename$ [, CompressionLevel])Description
Add and compress the specified file to the current Pack previously created with CreatePack(). Adding a large file can take a long time with maximum compression level, but the unpack speed is very very fast (almost instantanious). 'CompressionLevel' is an optional value which can range from 0 (fastest, least compressed) to 9 (slowest, most compressed).
Supported OS
All