;+
; NAME:
;	SMEI_SEQUENCE::GET_FILE
;
;
; PURPOSE:
;	Get the name of the file to which a SMEI sequence was last
;	saved.
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	seqref -> get_file()
;
;
; MODIFICATION HISTORY:
;	Original: 16/12/02; SJT
;-

function smei_sequence::get_file

return, self.file

end
