Yeah, I got it working with tarfile. Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
wrote in news:[EMAIL PROTECTED] in
comp.lang.python:
> Hi folks, I've got a question for yas. I'm trying to write code that
> will open up a gzipped tar file using gnutar, and copy the list of
> files(including their directories) to a list variable in python. From
> there, I want to go through
On 2006-10-10 14:35:30 +0200, [EMAIL PROTECTED] wrote:
> Hi folks, I've got a question for yas. I'm trying to write code that
> will open up a gzipped tar file using gnutar, and copy the list of
> files(including their directories) to a list variable in python. From
> there, I want to go through
Hi folks, I've got a question for yas. I'm trying to write code that
will open up a gzipped tar file using gnutar, and copy the list of
files(including their directories) to a list variable in python. From
there, I want to go through the list and delete those files from my
system. That part is e