Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

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

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    681681<div id="secondary_navbar"> 
    682682 
    683 <a href="find.html?format=raw">&lt;&lt;prev file</a> | <a href="isafile.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="isadirectory.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683<a href="fitintobox.html?format=raw">&lt;&lt;prev file</a> | <a href="isafile.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="isadirectory.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> check if a directory exists and make sure that it ends  
    699          with the directory separator mark. 
    700  
     698      <div id="file_comments"> 
     699 check if a directory exists and make sure that it ends 
     700 with the directory separator mark. 
     701 
     702  
    701703 all dialog_pickfile keywords (like filter) can be used. 
    702704</div> 
     
    723725          <div class="comments"></div> 
    724726 
    725           <h3>Return value</h3><div class="value"> the directory name 
     727          <h3>Return value</h3><div class="preformat">  
     728 the directory name 
    726729</div> 
    727730 
     
    741744            </h4> 
    742745         
    743           <div class="comments"> a proposed directory. If neither dirname  
    744         input parameter of IODIRECTORY keyword are defined, 
    745         the ask the user to choose a directory. 
     746          <div class="comments">  
     747 a proposed directory. If neither dirname 
     748 input parameter of IODIRECTORY keyword are defined, 
     749 the ask the user to choose a directory. 
    746750</div> 
    747751             
     
    764768            </h4> 
    765769         
    766             <div class="comments"> the title of the window 
     770            <div class="comments">  
     771 the title of the window 
    767772</div> 
    768773             
     
    778783            </h4> 
    779784         
    780             <div class="comments"> a proposed directory 
     785            <div class="comments">  
     786 a proposed directory 
    781787</div> 
    782788             
     
    792798            </h4> 
    793799         
    794             <div class="comments"> used to pass your keywords 
     800            <div class="comments">  
     801 used to pass your keywords 
    795802</div> 
    796803             
    797804           
    798805 
    799           <h3>Examples</h3><div class="value">  
    800  
    801     IDL> print, !dir 
     806          <h3>Examples</h3><div class="preformat"> 
     807 
     808 IDL> print, !dir 
    802809    /usr/local/rsi/idl_6.0 
    803     IDL> print, isadirectory(!dir) 
     810 IDL> print, isadirectory(!dir) 
    804811    /usr/local/rsi/idl_6.0/ 
    805     IDL> print, isadirectory(!dir+'notgood') 
     812 IDL> print, isadirectory(!dir+'notgood') 
    806813</div> 
    807814          <h3>Version history</h3> 
    808815           
    809           <h4>Version</h4><div class="value"> $Id: isadirectory.pro 118 2006-06-27 15:47:06Z pinsard $</div> 
    810           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     816          <h4>Version</h4><div class="preformat"> $Id: isadirectory.pro 136 2006-07-10 15:20:19Z pinsard $</div> 
     817          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    811818                      June 28, 2000 
    812819 June 2005: Sebastien Masson: cleaning, use for file_* functions 
Note: See TracChangeset for help on using the changeset viewer.