Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

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

    r234 r242  
    8989      <div id="file_comments"> 
    9090 same as <a href=".//find.html">find</a> except that as long as the file is 'NOT FOUND', 
    91  isafile calls dialog_pickfile, to ask the user to select a file. 
     91 <a href=".//isafile.html">isafile</a> calls  
     92 <proidl>dialog_pickfile</proidl>, to ask the user to select a file. 
    9293</div> 
    9394 
     
    105106        <div class="routine_details" id="_isafile"> 
    106107 
    107           <h2><a class="top" href="#container">top</a>isafile <span class="categories">  
     108          <h2><a class="top" href="#container">top</a>isafile <span class="categories"> 
    108109 io 
    109110</span></h2> 
     
    136137          <div class="comments"> 
    137138 a proposed name. If neither filein input parameter of filename keyword are 
    138  defined, the ask the user to choose a file. 
     139 defined, we ask the user to choose a file. 
    139140</div> 
    140141             
     
    207208            <div class="comments"> 
    208209 performs recursive searching of directory hierarchies. 
    209  In a recursive search, find looks recursively for any and all 
     210 In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
    210211 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    211212</div> 
     
    253254         
    254255            <div class="comments"> 
    255  Used to pass keywords 
    256  
    257  all find, file_search and dialog_pickfile keywords (like title) can be used 
     256 Used to pass keywords to <a href=".//find.html">find</a>, 
     257 <proidl>file_search</proidl> and 
     258 <proidl>dialog_pickfile</proidl> 
    258259</div> 
    259260             
     
    261262 
    262263          <h3>Examples</h3><div class="preformat"> 
    263  
    264264 IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
    265265  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     
    277277           
    278278          <h4>Version</h4><div class="preformat"> 
    279  $Id: isafile.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     279 $Id: isafile.pro 237 2007-03-26 15:37:03Z pinsard $ 
     280</div> 
    280281          <h4>History</h4><div class="preformat"> 
    281282 Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.