can i tar and untar using python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sumi

    #1

    can i tar and untar using python

    can i tar and untar using python

  • Fredrik Lundh

    #2
    Re: can i tar and untar using python

    "sumi" <suma_37@yahoo. com> wrote:
    [color=blue]
    > can i tar and untar using python[/color]

    Source code: Lib/tarfile.py The tarfile module makes it possible to read and write tar archives, including those using gzip, bz2 and lzma compression. Use the zipfile module to read or write.zip fi...


    </F>



    Comment

    Working...