"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 all these operation .

You can...  Creating directories, processing file contents and moving files is
not hard with Python (if the "processing" part is simple, then it all becomes
easy). :-)

Take a look at the tutorial and the documentation on the website.

-- 
Jorge Godoy      <[EMAIL PROTECTED]>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to