AddPackFile()

语法

Result = AddPackFile(#Pack, Filename$, PackedFilename$)
概要
Add and compress the file to the specified pack previously created with CreatePack(). Adding a large file can take a long time.

参数

#Pack The pack to use.
Filename$ The filename$ to add to the pack.
PackedFilename$ The filename to use in the archive to store the file.

返回值

Nonzero if the file has been successfully added to the packfile. If the file can't be compressed, it will be stored as is in the packfile.

参阅

CreatePack()

已支持操作系统

所有

Packer Index - AddPackMemory() ->