Re: working with files and directories

2006-11-27 Thread halex2000
"Duncan Booth" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > "halex2000" <[EMAIL PROTECTED]> wrote: >> "Thomas Ploch" <[EMAIL PROTECTED]> ha scritto nel messaggio >> news:[EMAIL PROTECTED] >>> Have you actually even tried to find some "documentation"? >>> Have you placed a

Re: working with files and directories

2006-11-27 Thread Duncan Booth
"halex2000" <[EMAIL PROTECTED]> wrote: > "Thomas Ploch" <[EMAIL PROTECTED]> ha scritto nel messaggio > news:[EMAIL PROTECTED] >> Have you actually even tried to find some "documentation"? >> Have you placed a google search "python directories rename files"? >> Thomas > > Actually I did it on the

Re: working with files and directories

2006-11-27 Thread halex2000
"Bryan Olson" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > halex2000 wrote: >> Hi all, I'm new with Python, and I thought to use it to automatically >> rename some files in a directory, but I don't know where should I search >> the functions: to get all the files of a d

Re: working with files and directories

2006-11-27 Thread halex2000
"Thomas Ploch" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Have you actually even tried to find some "documentation"? > Have you placed a google search "python directories rename files"? > Thomas Actually I did it on the documentation file provided with the windows dis

Re: working with files and directories

2006-11-27 Thread Bryan Olson
halex2000 wrote: > Hi all, I'm new with Python, and I thought to use it to automatically rename > some files in a directory, but I don't know where should I search the > functions: to get all the files of a directory, to rename the files and so > on. Python programmers are constantly looking at

Re: working with files and directories

2006-11-27 Thread Thomas Ploch
halex2000 schrieb: > Hi all, I'm new with Python, and I thought to use it to automatically rename > some files in a directory, but I don't know where should I search the > functions: to get all the files of a directory, to rename the files and so > on. > Thank you. > > Have you actually even

Re: working with files and directories

2006-11-27 Thread Fredrik Lundh
"halex2000" wrote: > Hi all, I'm new with Python, and I thought to use it to automatically rename > some files in a > directory, but I don't know where should I search the functions: to get all > the files of a > directory, to rename the files and so on. see http://effbot.org/pyfaq/how-d

working with files and directories

2006-11-27 Thread halex2000
Hi all, I'm new with Python, and I thought to use it to automatically rename some files in a directory, but I don't know where should I search the functions: to get all the files of a directory, to rename the files and so on. Thank you. -- http://mail.python.org/mailman/listinfo/python-list