Read a group of files as a list

2006-09-18 Thread citlaly
ot;convert" the elements (files) to a list that I can read and manipulate... Thanks in advance for your help!! Citlaly -- http://mail.python.org/mailman/listinfo/python-list

Read a group of files as a list

2006-09-18 Thread citlaly
ot;convert" the elements (files) to a list that I can read and manipulate... Thanks in advance for your help!! Citlaly -- http://mail.python.org/mailman/listinfo/python-list

Re: Read a group of files as a list

2006-09-18 Thread citlaly
Thanks a lot Bearophile!! It works great! Well, it seems something easy for experts, but for beginners as me, your help is very useful... thanks!! Citlalyy > > >>> import os > >>> os.listdir("...path...") > [ file names... ] > > If you are using Windows I suggest you to invert the slashes of t

Re: Read a group of files as a list

2006-09-18 Thread citlaly
Thanks Steven! I'll check it!! Saludos!! -- http://mail.python.org/mailman/listinfo/python-list

Re: Read a group of files as a list

2006-09-18 Thread citlaly
Thanks Steven! I'll check it!! Saludos!! Citlalyy -- http://mail.python.org/mailman/listinfo/python-list