Ignore:
Timestamp:
07/06/06 16:32:02 (18 years ago)
Author:
pinsard
Message:

improvements of Utilities/*.pro header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/isadirectory.pro

    • Property svn:eol-style deleted
    • Property svn:executable deleted
    r118 r128  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; @file_comments check if a directory exists and make sure that it ends  
    6 ;         with the directory separator mark. 
     5; @file_comments 
     6; check if a directory exists and make sure that it ends 
     7; with the directory separator mark. 
    78; 
    89; @categories io 
    910; 
    10 ; @param directoryin {in}{optional} a proposed directory. If neither dirname  
     11; @param directoryin {in}{optional} a proposed directory. If neither dirname 
    1112;        input parameter of IODIRECTORY keyword are defined, 
    1213;        the ask the user to choose a directory. 
     
    2223; @returns the directory name 
    2324; 
    24 ; @examples  
     25; @examples 
    2526; 
    26 ;    IDL> print, !dir 
     27; IDL> print, !dir 
    2728;    /usr/local/rsi/idl_6.0 
    28 ;    IDL> print, isadirectory(!dir) 
     29; IDL> print, isadirectory(!dir) 
    2930;    /usr/local/rsi/idl_6.0/ 
    30 ;    IDL> print, isadirectory(!dir+'notgood') 
     31; IDL> print, isadirectory(!dir+'notgood') 
    3132; 
    3233; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.