function result = file( self )

% tsg_nc/file -- get filename used to construct "tsg_nc" object.
%
% Input
% -----
% self   ........... instance of 'tsg_nc' object
%
% Output
% ------
% result ...........  filename
%
% $Id$


result = self.file;