Changeset 237 for trunk/SRC/Utilities


Ignore:
Timestamp:
03/26/07 17:37:03 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation) + improvements/corrections of some *.pro headers

Location:
trunk/SRC/Utilities
Files:
2 edited

Legend:

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

    r232 r237  
    1111; a proposed directory. If neither dirname 
    1212; input parameter of IODIRECTORY keyword are defined, 
    13 ; the ask the user to choose a directory. 
     13; we ask the user to choose a directory. 
    1414; 
    1515; @keyword IODIRECTORY 
     
    2020; 
    2121; @keyword _EXTRA 
    22 ; Used to pass keywords 
    23 ; 
    24 ; all dialog_pickfile keywords (like filter) can be used. 
     22; Used to pass keywords to <proidl>dialog_pickfile</proidl> 
    2523; 
    2624; @returns 
     
    4240; @version 
    4341; $Id$ 
     42; 
    4443;- 
    4544; 
    4645FUNCTION isadirectory, directoryin, TITLE = title, IODIRECTORY = iodirectory, _EXTRA = ex 
    47 ; 
    4846; 
    4947  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Utilities/isafile.pro

    r232 r237  
    55; isafile calls dialog_pickfile, to ask the user to select a file. 
    66; 
    7 ; @categories  
     7; @categories 
    88; io 
    99; 
    1010; @param FILEIN {in}{optional} 
    1111; a proposed name. If neither filein input parameter of filename keyword are 
    12 ; defined, the ask the user to choose a file. 
     12; defined, we ask the user to choose a file. 
    1313; 
    1414; @keyword FILENAME 
     
    3636; 
    3737; @keyword _EXTRA 
    38 ; Used to pass keywords 
    39 ; 
    40 ; all find, file_search and dialog_pickfile keywords (like title) can be used 
     38; Used to pass keywords to <pro>find</pro>, 
     39; <proidl>file_search</proidl> and 
     40; <proidl>dialog_pickfile</proidl> 
    4141; 
    4242; @returns 
     
    6464; @version 
    6565; $Id$ 
     66; 
    6667;- 
    6768; 
Note: See TracChangeset for help on using the changeset viewer.