are there internal functions for these ?

Kent Johnson kent37 at tds.net
Tue Oct 11 22:16:18 EDT 2005


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



More information about the Python-list mailing list