<br><br><div><span class="gmail_quote">On 3/8/07, <b class="gmail_sendername">Jerry Hill</b> <<a href="mailto:malaclypse2@gmail.com">malaclypse2@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>> result=os.popen("dir "+dirPath).read()<br>to this:<br> result=os.popen('dir "%s"' % dirPath).read()<br><br>That worked fine with all the directories I threw at it.</blockquote>
<div><br>Thanks a lot Jerry ! :) I didn't think of doing it this way.<br></div></div>