Pack with #File parameter

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Pack with #File parameter

Post by techjunkie »

Pack commands with #File parameter would be nice, i.e;

Code: Select all

OpenPack(#File, Filename$)
CreatePack(#File, Filename$)
AddPackFile(#File, Filename$ [, CompressionLevel])
ClosePack(#File)
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Allow me to throw in a PAKencrypt(#File,crypt$) and PAKdecrypt(#File,crypt$) too!!!
merihevonen
Enthusiast
Enthusiast
Posts: 326
Joined: Mon Jan 01, 2007 7:20 pm

Post by merihevonen »

User avatar
HeX0R
Addict
Addict
Posts: 1189
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Post by HeX0R »

I know, this is very old, but anyway i had the very same wish as techjunkie just 5 minutes ago, when trying to handle two Packfiles at once.

Almost any lib can handle multiple objects at once, but unfortunately not the packerlib.
Post Reply