Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r338 r402  
    196196          <h3>Examples</h3><div class="preformat"> 
    197197 
    198  IDL> print, !dir 
     198   IDL> print, !dir 
    199199    /usr/local/rsi/idl_6.0 
    200  IDL> print, isadirectory(!dir) 
     200   IDL> print, isadirectory(!dir) 
    201201    /usr/local/rsi/idl_6.0/ 
    202  IDL> print, isadirectory(!dir+'notgood') 
     202   IDL> print, isadirectory(!dir+'notgood') 
    203203</div> 
    204204          <h3>Version history</h3> 
    205205           
    206206          <h4>Version</h4><div class="preformat"> 
    207  $Id: isadirectory.pro 327 2007-12-13 16:22:35Z pinsard $ 
     207 $Id: isadirectory.pro 371 2008-08-07 09:32:02Z pinsard $ 
    208208</div> 
    209209          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.