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

    r338 r402  
    164164    <h3>Examples</h3><pre> 
    165165 
    166  IDL> print, !dir 
     166   IDL> print, !dir 
    167167    /usr/local/rsi/idl_6.0 
    168  IDL> print, isadirectory(!dir) 
     168   IDL> print, isadirectory(!dir) 
    169169    /usr/local/rsi/idl_6.0/ 
    170  IDL> print, isadirectory(!dir+'notgood') 
     170   IDL> print, isadirectory(!dir+'notgood') 
    171171 
    172172    </pre><h3>Version history</h3> 
    173173     
    174174    <h4>Version</h4> 
    175  $Id: isadirectory.pro 327 2007-12-13 16:22:35Z pinsard $ 
     175 $Id: isadirectory.pro 371 2008-08-07 09:32:02Z pinsard $ 
    176176 
    177177    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.