| View previous topic :: View next topic |
| Author |
Message |
nikos Moderator


Joined: 07 Feb 2002 Posts: 12397 Location: UK
|
Posted: Mon Oct 12, 2009 8:26 am Post subject: TAR archives in xplorer2 |
|
|
I found this http://www.viksoe.dk/code/tarfolder.htm
it enables TAR files in xplorer2 just like the native zipfolder support!
but it requires windows vista or later |
|
| Back to top |
|
 |
FrizzleFry Gold Member


Joined: 16 Oct 2005 Posts: 465
|
Posted: Mon Oct 12, 2009 10:44 am Post subject: |
|
|
| This would be more interesting if it supported compressed tar archives. |
|
| Back to top |
|
 |
nikos Moderator


Joined: 07 Feb 2002 Posts: 12397 Location: UK
|
Posted: Mon Oct 12, 2009 12:07 pm Post subject: |
|
|
| what do you mean, isn't TAR a compression format? |
|
| Back to top |
|
 |
FrizzleFry Gold Member


Joined: 16 Oct 2005 Posts: 465
|
Posted: Mon Oct 12, 2009 2:00 pm Post subject: |
|
|
No. tar just groups many files into an archive but with no compression. Typically you would then compress the tar file. Unix includes a compression tool (whose name I cannot remember now... compress?) that produces a compressed file with a .z extension. The GNU zip program (gzip) which adds the gz extension is very popular. So you have
something.tar.z
or
something.tar.gz
a "tar ball"
Most Linux distros use tar ball packages.
The web page specifically says that the extension only works with uncompressed tar files. |
|
| Back to top |
|
 |
nikos Moderator


Joined: 07 Feb 2002 Posts: 12397 Location: UK
|
Posted: Tue Oct 13, 2009 3:20 am Post subject: |
|
|
well, that's a not-so-useful extension then  |
|
| Back to top |
|
 |
|