Source: master/hs_container__read_resources.pro
hs_container::read_resources
Read the resource file for IDL_HS.
Usage:
hsref -> read_resources
Notes:
Looks for ~/.idl_hsrc first, and
then if that's not found for idl_hs.rc in the default data
dir.
resources take the form of a line with
resource = value
comments start with a #, note that resource values cannot
currently contain a # character. The resource names are not
case sensitive, but the values may be.
History:
Original: 18/2/00; SJT
Read both system-wide and personal files: 24/2/00; SJT
Made into a method of the container class: 14/3/00; SJT
Move environment variable translation to the get method:
22/3/01; SJT
Replace findfile calls: 15/4/03; SJT
Remove VMS support: 15/4/03; SJT