yes, i did. I'm checking the link in ASPN and I think that it'll works
for "my problem" thanks a lot!! One more question... I'll need do
it frecuently: add more directories into the same block. Is the same
procedure?
Thanks!!!
ps. sorry about gramatic, I don't write english frecuently
Y
itzel schrieb:
> I need a script that group a
> list of files using Tar file utility and then, compress that block
> using a compress utility (gzip i think).
Hi!
This script packs all files and directories inside the ``source_dir``
into the TAR-GZ-Archive (``destination``):
import os.path
itzel wrote:
> I have a problem. I'm new in python and I need a script that group a
> list of files using Tar file utility and then, compress that block
> using a compress utility (gzip i think). I already found some
> information and i try to apply it, but my scripy doesn't work.
Did you look h
I have a problem. I'm new in python and I need a script that group a
list of files using Tar file utility and then, compress that block
using a compress utility (gzip i think). I already found some
information and i try to apply it, but my scripy doesn't work. The
first problem is when I had tried