Ignore:
Timestamp:
08/10/06 09:20:15 (18 years ago)
Author:
smasson
Message:

doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/find.html

    r138 r153  
    722722         
    723723          <p class="header"> 
    724             <span class="result">result = </span>find(<span class="result"><a href="#_find_param_filein">filein</a></span>, <a href="#_find_keyword_IODIRECTORY">IODIRECTORY</a>=<span class="result">IODIRECTORY</span>, <a href="#_find_keyword_RECURSIVE">RECURSIVE</a>=<span class="result">RECURSIVE</span>, <a href="#_find_keyword_REPERTOIRE">REPERTOIRE</a>=<span class="result">REPERTOIRE</span>, <a href="#_find_keyword_NOPRO">NOPRO</a>=<span class="result">NOPRO</span>, <a href="#_find_keyword_ONLYPRO">ONLYPRO</a>=<span class="result">ONLYPRO</span>, <a href="#_find_keyword_ONLYNC">ONLYNC</a>=<span class="result">ONLYNC</span>, <a href="#_find_keyword_UNIQUE">UNIQUE</a>=<span class="result">UNIQUE</span>, <a href="#_find_keyword_FIRSTFOUND">FIRSTFOUND</a>=<span class="result">FIRSTFOUND</span>, <a href="#_find_keyword_LOOKALLDIR">LOOKALLDIR</a>=<span class="result">LOOKALLDIR</span>, <a href="#_find_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p> 
     724            <span class="result">result = </span>find(<span class="result"><a href="#_find_param_filein">filein</a></span>, <a href="#_find_keyword_IODIRECTORY">IODIRECTORY</a>=<span class="result">IODIRECTORY</span>, <a href="#_find_keyword_RECURSIVE">RECURSIVE</a>=<span class="result">RECURSIVE</span>, <a href="#_find_keyword_REPERTOIRE">REPERTOIRE</a>=<span class="result">REPERTOIRE</span>, <a href="#_find_keyword_NOPRO">NOPRO</a>=<span class="result">NOPRO</span>, <a href="#_find_keyword_ONLYPRO">ONLYPRO</a>=<span class="result">ONLYPRO</span>, <a href="#_find_keyword_ONLYNC">ONLYNC</a>=<span class="result">ONLYNC</span>, <a href="#_find_keyword_UNIQUE">UNIQUE</a>=<span class="result">UNIQUE</span>, <a href="#_find_keyword_FIRSTFOUND">FIRSTFOUND</a>=<span class="result">FIRSTFOUND</span>, <a href="#_find_keyword_LOOKALLDIR">LOOKALLDIR</a>=<span class="result">LOOKALLDIR</span>, <a href="#_find_keyword_TRYFIND">TRYFIND</a>=<span class="result">TRYFIND</span>, <a href="#_find_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p> 
    725725         
    726726          <div class="comments"></div> 
     
    771771               
    772772               
    773               <span class="attr">default:</span> <span class="value">!path</span> 
     773              <span class="attr">default:</span> <span class="value">['.',!path]</span> 
    774774               
    775775            </h4> 
     
    904904         
    905905            <div class="comments">  
    906  activate to look for the file with a recursive search 
    907  in iodir, homedir, !path + the DATA:TestsData directory if it exists. 
     906 activate to look for the file (with a recursive search if needed) 
     907 in . iodir, homedir, !path + the DATA:TestsData directory if it exists. 
     908</div> 
     909             
     910            <h4 id="_find_keyword_TRYFIND">TRYFIND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     911               
     912               
     913               
     914               
     915               
     916               
     917               
     918               
     919            </h4> 
     920         
     921            <div class="comments">  
     922 if the file was not found and this keyword is activated, find will call 
     923 itself with the keywords /LOOKALLDIR and /FIRSTFOUND to try to find 
     924 the file we are looking for. Note that if the file was found at the 
     925 first try this keyword as no effect (which is not the case with LOOKALLDIR)  
    908926</div> 
    909927             
     
    954972          <h3>Version history</h3> 
    955973           
    956           <h4>Version</h4><div class="preformat"> $Id: find.pro 136 2006-07-10 15:20:19Z pinsard $</div> 
     974          <h4>Version</h4><div class="preformat"> $Id: find.pro 152 2006-08-10 07:01:35Z smasson $</div> 
    957975          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    958976                       28/4/1999 
Note: See TracChangeset for help on using the changeset viewer.