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_assistant_output/Utilities/isafile.html

    r234 r242  
    6363     
    6464 same as <a href=".//find.html">find</a> except that as long as the file is 'NOT FOUND', 
    65  isafile calls dialog_pickfile, to ask the user to select a file. 
     65 <a href=".//isafile.html">isafile</a> calls  
     66 <proidl>dialog_pickfile</proidl>, to ask the user to select a file. 
    6667 
    6768 
     
    7172      <a name="#_isafile"></a> 
    7273 
    73       <h2>isafile  <font size="-1" color="#006633">  
     74      <h2>isafile  <font size="-1" color="#006633"> 
    7475 io 
    7576</font></h2> 
     
    102103     
    103104 a proposed name. If neither filein input parameter of filename keyword are 
    104  defined, the ask the user to choose a file. 
     105 defined, we ask the user to choose a file. 
    105106 
    106107     
     
    176177     
    177178 performs recursive searching of directory hierarchies. 
    178  In a recursive search, find looks recursively for any and all 
     179 In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
    179180 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    180181 
     
    225226 
    226227     
    227  Used to pass keywords 
    228  
    229  all find, file_search and dialog_pickfile keywords (like title) can be used 
     228 Used to pass keywords to <a href=".//find.html">find</a>, 
     229 <proidl>file_search</proidl> and 
     230 <proidl>dialog_pickfile</proidl> 
    230231 
    231232     
     
    233234 
    234235    <h3>Examples</h3><pre> 
    235  
    236236 IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
    237237  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     
    249249     
    250250    <h4>Version</h4> 
    251  $Id: isafile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     251 $Id: isafile.pro 237 2007-03-26 15:37:03Z pinsard $ 
     252 
    252253    <h4>History</h4> 
    253254 Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.