I have two folders: In, Out - it is not system folder on disk D: - Windows 7. Out contain \"myfile.txt\" I run the following command in python:
>>>
use
> from shutil import copyfile > > copyfile(src, dst)
for src and dst use:
srcname = os.path.join(src, name) dstname = os.path.join(dst, name)