Using Gnutar to remove a list of files
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
Re: Using Gnutar to remove a list of files
Yeah, I got it working with tarfile. Thanks! -- http://mail.python.org/mailman/listinfo/python-list