10.2.2 FILE_LIST


next up previous contents
Next: 10.2.3 FILE_MENU Up: 10.2 File and Directory Previous: 10.2.1 CONCAT_DIR

10.2.2 FILE_LIST

FILE_LIST enables you to get a string array infil with all the files that fulfill a set of specifications by typing:
IDL> infil = file_list(dir, filenam)
 
IDL> infil = file_list(dir, filenam, /cd)
where dir is a string array of directory name(s) and filenam is a string with the file designation (wild cards are ok - e.g., sfd* or bda920101.*).


ydac@mssly1.mssl.ucl.ac.uk