<br><br><div><span class="gmail_quote">On 3/8/07, <b class="gmail_sendername">Jerry Hill</b> &lt;<a href="mailto:malaclypse2@gmail.com">malaclypse2@gmail.com</a>&gt; 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>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; result=os.popen(&quot;dir &quot;+dirPath).read()<br>to this:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;result=os.popen(&#39;dir &quot;%s&quot;&#39; % dirPath).read()<br><br>That worked fine with all the directories I threw at it.</blockquote>
<div><br>Thanks a lot Jerry ! :)&nbsp; I didn&#39;t think of doing it this way.<br></div></div>