<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
Yes but do it like this: <br>
<br>
<div>foreach i in [0:99]{</div>
<div> create_dir("dir"+i) =><br>
</div>
<div> do_some_op(inargs, "dir"+i+"/"+outfile);</div>
<div>}</div>
<div><br>
</div>
<br>
<br>
On 07/30/2014 09:50 AM, Ketan Maheshwari wrote:<br>
</div>
<blockquote
cite="mid:CAMUuvioMREJy9+ZAhzT8skntueov-zw+fSJrwHcsxCUWe-h3AQ@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<div dir="ltr">In T, is it possible to create directory on the fly
within a foreach loop like so:
<div><br>
</div>
<div>foreach i in [0:99]{</div>
<div> create_dir("dir"+i);</div>
<div> do_some_op(inargs, "dir"+i+"/"+outfile);</div>
<div>}</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Ketan</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
ExM-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ExM-user@lists.mcs.anl.gov">ExM-user@lists.mcs.anl.gov</a>
<a class="moz-txt-link-freetext" href="https://lists.mcs.anl.gov/mailman/listinfo/exm-user">https://lists.mcs.anl.gov/mailman/listinfo/exm-user</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Justin M Wozniak</pre>
</body>
</html>