ECG-Kit 1.0

File: <base>/common/prtools/prdatafile/filenames.m (535 bytes)
%FILENAMES Get filenames of datafile
%
%		[NAMES,DIRS,ROOT] = FILENAMES(A)
%
% INPUT
%   A         DATAFILE
%
% OUTPUT
%   NAMES     Names of the files in which the objects of A are stored.
%   DIRS      Names of the directories in which the objects of A are
%             stored.   
%   ROOT      Rootdirectory of the datafile
%
% DESCRIPTION
% This routine facilitates the retrieval of the files where the objects of
% A are stored
%
% SEE ALSO (<a href="http://37steps.com/prtools">PRTools Guide</a>)
% DATAFILES