black wrote:
> hi all~
> 
> i wrote some functions for copying and moving files caz' i didnt find
> concret functions within the doc. but i think these operations are
> simple and important so there may be some internal ones i didnt know.
> anyone could figure me out ? 

See the os, os.path and shutil modules for many file operations including copy 
and move.

Kent
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to