ok my original question is how can count the files of ceratin pattern(eg *.txt) in remote directory .It seems use of glob.glob() for remote directory is not working .Example I want to count the files in following shared folder \\192.168.0.45\files <file://192.168.0.45/files> how can do it by using glob.glob()
On Thu, Feb 26, 2009 at 4:46 PM, Steve Holden <st...@holdenweb.com> wrote: > lameck kassana wrote: > > i am trying to write script which will count files for remote directory > > which having certain pattern. > > > Please refrain from repeating questions. When you posted this a reply > had already been made to your original posting. Remember, this isn't a > paid help desk ... > > regards > Steve > -- > Steve Holden +1 571 484 6266 +1 800 494 3119 > Holden Web LLC http://www.holdenweb.com/ > > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list