document.write('<div class="c" style="font-family: monospace;"><br />');
document.write('def CopyFlat<span style="color: #66cc66;">&#40;</span>source, target<span style="color: #66cc66;">&#41;</span>:<br />');
document.write('&nbsp; &nbsp; count = <span style="color: #cc66cc;">0</span><br />');
document.write('&nbsp; &nbsp; <span style="color: #b1b100;">for</span> root, dirs, files in os.<span style="color: #202020;">walk</span><span style="color: #66cc66;">&#40;</span>source<span style="color: #66cc66;">&#41;</span>:<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">for</span> file in files:<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; count += <span style="color: #cc66cc;">1</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name = os.<span style="color: #202020;">path</span>.<span style="color: #202020;">join</span><span style="color: #66cc66;">&#40;</span>root, file<span style="color: #66cc66;">&#41;</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; shutil.<span style="color: #202020;">copy</span><span style="color: #66cc66;">&#40;</span>name, target<span style="color: #66cc66;">&#41;</span><br />');
document.write('&nbsp;</div>');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/182/1/" target="_blank">byteMyCode</a>.</div>');
