Re: finding an exact match of filenames

2010-10-16 Thread Peter Otten
jimgardener wrote: > I am trying to code a function that takes a directory name and a name > string and try to return a list of fully qualified names of all files > in the directory having an exact match of name. > > example, > I have these files in the directory, > 'googlegroup_python__111.txt',

finding an exact match of filenames

2010-10-16 Thread jimgardener
I am trying to code a function that takes a directory name and a name string and try to return a list of fully qualified names of all files in the directory having an exact match of name. example, I have these files in the directory, 'googlegroup_python__111.txt', 'googlegroup_python__112.txt', 'g