Skip to content
Snippets Groups Projects
file.m 264 B
Newer Older
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;