Re: Organizing function calls once files have been moved to a directory

2015-06-24 Thread kbtyo
On Tuesday, June 23, 2015 at 10:18:43 PM UTC-4, Steven D'Aprano wrote: > On Wed, 24 Jun 2015 06:16 am, kbtyo wrote: > > > I am working on a workflow module that will allow one to recursively check > > for file extensions and if there is a match move them to a folder for > > processing (parsing, da

Re: Organizing function calls once files have been moved to a directory

2015-06-23 Thread Steven D'Aprano
On Wed, 24 Jun 2015 06:16 am, kbtyo wrote: > I am working on a workflow module that will allow one to recursively check > for file extensions and if there is a match move them to a folder for > processing (parsing, data wrangling etc). > > I have a simple search process, and log for the files tha

Organizing function calls once files have been moved to a directory

2015-06-23 Thread kbtyo
I am working on a workflow module that will allow one to recursively check for file extensions and if there is a match move them to a folder for processing (parsing, data wrangling etc). I have a simple search process, and log for the files that are present (see below). However, I am puzzled b