Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r224 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
     2; 
    53; @file_comments 
    6 ; same as find.pro except that as long as the file is 'NOT FOUND', 
     4; same as <pro>find</pro> except that as long as the file is 'NOT FOUND', 
    75; isafile calls dialog_pickfile, to ask the user to select a file. 
    86; 
    9 ; @categories io 
     7; @categories  
     8; io 
    109; 
    1110; @param FILEIN {in}{optional} 
     
    3736; 
    3837; @keyword _EXTRA 
    39 ; used to pass your keywords 
     38; Used to pass keywords 
    4039; 
    4140; all find, file_search and dialog_pickfile keywords (like title) can be used 
     
    6665; $Id$ 
    6766;- 
    68 ;------------------------------------------------------------ 
    69 ;------------------------------------------------------------ 
    70 ;------------------------------------------------------------ 
     67; 
    7168FUNCTION isafile, filein, FILENAME = filename, IODIRECTORY = iodirectory $ 
    7269                  , NEW = new, RECURSIVE = RECURSIVE, ONLYPRO = onlypro $ 
    7370                  , ONLYNC = onlync, _extra = ex 
    74 ;------------------------------------------------------------ 
    7571; 
    7672  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.