<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Invalid macro recording when file names contain spaces and brackets"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1091">bug 1091</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>wsr@nih.gov
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Invalid macro recording when file names contain spaces and brackets"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1091#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Invalid macro recording when file names contain spaces and brackets"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1091">bug 1091</a>
              from <span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span></b>
        <pre>File paths in macro run() calls cannot contain both spaces and brackets. As a
work around, use a path to the folder that contains the image sequence, for
example

   run("Image Sequence...", "open=C:\\temp-debug sort");

Or upgrade to the latest daily build (1.49v8) and open image sequences using
open("path/to/folder") or open("path/to/folder","virtual"). This works even if
the folder name contains spaces and brackets. For example:

   open("C:\\temp debug[]")

where 'temp debug[]' is a folder.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>