Ignore:
Timestamp:
09/21/07 10:14:31 (17 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  based on <proidl>file_search</proidl>, but it is possible to specify 
     90 based on <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify 
    9191 a set of possibles names and a different set of 
    9292 possibles directories names. 
    9393 By default look for files included in !path 
    9494 
    95  all <proidl>file_search</proidl> keywords can be used. 
     95 all <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> keywords can be used. 
    9696</div> 
    9797 
     
    122122 A scalar or array variable of string type, containing the 
    123123 name (with the full path of the matching files. If no files 
    124  exist with names matching the input arguments, <a href=".//find.html">find</a> returns 
     124 exist with names matching the input arguments, <a href="..//Utilities/find.html">find</a> returns 
    125125 the scalar string : 'NOT FOUND' 
    126126</div> 
     
    144144 File name[s] to match. Input names specifications may contain 
    145145 wildcard characters, enabling them to match multiple files 
    146  (see <proidl>file_search</proidl> for more informations). By default and if 
    147  necessary, <a href=".//find.html">find</a> is looking for filename and also for filename 
     146 (see <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> for more informations). By default and if 
     147 necessary, <a href="..//Utilities/find.html">find</a> is looking for filename and also for filename 
    148148 completed with '.pro' 
    149149</div> 
     
    189189            <div class="comments"> 
    190190 performs recursive searching of directory hierarchies. 
    191  In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
     191 In a recursive search, <a href="..//Utilities/find.html">find</a> looks recursively for any and all 
    192192 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    193193</div> 
     
    280280         
    281281            <div class="comments"> 
    282  activate this keyword to stop looking for the file as soon as we found one. 
     282 activate this keyword to stop looking for the file as soon as we 
     283 found one. Return a scalar string containing the first file found 
    283284</div> 
    284285             
     
    311312         
    312313            <div class="comments"> 
    313  if the file was not found and this keyword is activated, <a href=".//find.html">find</a>  
     314 if the file was not found and this keyword is activated, <a href="..//Utilities/find.html">find</a>  
    314315 will call 
    315316 itself with the keywords /LOOKALLDIR and /FIRSTFOUND to try to find 
     
    364365           
    365366          <h4>Version</h4><div class="preformat"> 
    366  $Id: find.pro 242 2007-04-06 08:35:17Z pinsard $ 
     367 $Id: find.pro 285 2007-09-14 11:05:09Z smasson $ 
    367368</div> 
    368369          <h4>History</h4><div class="preformat"> 
     
    390391          <h3>Statistics</h3> 
    391392          <table class="statistics"> 
    392             <tr><td>McCabe cyclic</td><td>          23</td></tr> 
     393            <tr><td>McCabe cyclic</td><td>          22</td></tr> 
    393394            <tr><td>McCabe essential</td><td>           1</td></tr> 
    394395            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.