Ignore:
Timestamp:
06/07/06 19:12:14 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File:
1 edited

Legend:

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

    r11 r93  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:isadirectory 
    6 ; 
    7 ; PURPOSE:check if a directory exists and make sure that it ends  
     5; check if a directory exists and make sure that it ends  
    86;         with the directory separator mark. 
    97; 
    10 ; CATEGORY: io 
     8; @categories io 
    119; 
    12 ; CALLING SEQUENCE: directory=isadirectory([dirname]) 
    13 ;  
    14 ; INPUTS:optional:a proposed directory. If neither dirname  
     10; @param directoryin {in}{optional} a proposed directory. If neither dirname  
    1511;        input parameter of IODIRECTORY keyword are defined, 
    1612;        the ask the user to choose a directory. 
    1713; 
    18 ; KEYWORD PARAMETERS: 
     14; @keyword IODIRECTORY a proposed directory 
    1915; 
    20 ;     IODIRECTORY:a proposed directory 
     16; @keyword TITLE the title of the window 
    2117; 
    22 ;     TITLE = the title of the window 
     18; @file_comments  all dialog_pickfile keywords (like filter) can be used. 
    2319; 
    24 ;     all dialog_pickfile keywords (like filter) 
     20; @returns the directory name 
    2521; 
    26 ; OUTPUTS: the directory name 
    27 ; 
    28 ; COMMON BLOCKS:none 
    29 ; 
    30 ; SIDE EFFECTS: 
    31 ; 
    32 ; RESTRICTIONS: 
    33 ; 
    34 ; EXAMPLE: 
     22; @examples  
    3523; 
    3624;    IDL> print, !dir 
     
    4028;    IDL> print, isadirectory(!dir+'notgood') 
    4129; 
    42 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     30; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4331;                      June 28, 2000 
    4432; June 2005: Sebastien Masson: cleaning, use for file_* functions 
     
    7260; 
    7361END 
    74  
    75  
    76  
    77  
Note: See TracChangeset for help on using the changeset viewer.