Re: help-I am new to python, I have some query could sombody help me out.

2005-11-07 Thread Magnus Lycka
sumi wrote: > I am very new to python , I have small query could some one help me. > every time I get a new load i need to do few things like creating some > dir, changing some file contents and moving some files , i would like > to know if i can write a python script to do all these operation .

Re: help-I am new to python, I have some query could sombody help me out.

2005-11-07 Thread Jorge Godoy
"sumi" <[EMAIL PROTECTED]> writes: > I am very new to python , I have small query could some one help me. > every time I get a new load i need to do few things like creating some > dir, changing some file contents and moving some files , i would like > to know if i can write a python script to do