Packer

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Packer

Post by mk-soft »

Missing:
- AddPackDirectory(...) for empty directory
- ExaminePack -> PackEntryDate(#Pack, DateType)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Packer

Post by mk-soft »

Push up :wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
herbert
New User
New User
Posts: 4
Joined: Sun Sep 17, 2017 6:24 pm
Location: DE, Gütersloh

Re: Packer

Post by herbert »

It would be great if UncompressPackFile() would also restore the filetime :idea:
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Re: Packer

Post by nicolaus »

It would be nice, if the base function to add more then one file to a pack (zip) will be work again.
Currently the packer lib is not useable if i can only add one file to a zip , etc.
Taz
User
User
Posts: 52
Joined: Sat Jan 20, 2018 5:28 pm
Location: Germany

Re: Packer

Post by Taz »

please add support, to add a file to an existing archive.

Code: Select all

OpenPack(#Pack, Filename$ [, Plugin [, Level]])
Or
CreatePack(#Pack, Filename$ [, #PB_PackerPlugin_Lzma | #PB_PackerUpdate [, Level]])
akee
Enthusiast
Enthusiast
Posts: 475
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

Re: Packer

Post by akee »

Please help add PackEntryDate(). Thanks.
User avatar
SPH
Enthusiast
Enthusiast
Posts: 268
Joined: Tue Jan 04, 2011 6:21 pm

Re: Packer

Post by SPH »

+1
http://HexaScrabble.com/
!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 5.73LTS - 32 bits
akee
Enthusiast
Enthusiast
Posts: 475
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

Re: Packer

Post by akee »

Any chance to see this in 6.03? :wink:
Quin
Enthusiast
Enthusiast
Posts: 279
Joined: Thu Mar 31, 2022 7:03 pm
Location: United States
Contact:

Re: Packer

Post by Quin »

Giving this a +1, especially the ability to add files to an existing pack and PackEntryDate()).
PB v5.40/6.10, Windows 10 64-bit.
16-core AMD Ryzen 9 5950X, 128 GB DDR5.
Post Reply