On Friday, August 7, 2015 at 9:48:35 AM UTC-7, Peter Pearson wrote:
> On Thu, 6 Aug 2015 13:06:36 -0700 (PDT), PK Khatri wrote:
> > I have a following script which extracts xyz.tgz and outputs to a
> > folder which contains several sub-folders and files.
> >
> > source_dir = "c:\\TEST"
> >
On Thu, 6 Aug 2015 13:06:36 -0700 (PDT), PK Khatri wrote:
> I have a following script which extracts xyz.tgz and outputs to a
> folder which contains several sub-folders and files.
>
> source_dir = "c:\\TEST"
> dest_dir = "c:\\TEST"
> for src_name in glob.glob(os.path.join(source_dir,