source: trunk/src/@xmltree/getfilename.m @ 723

Last change on this file since 723 was 723, checked in by sommeria, 10 years ago

xmltree and toolbox_calib added to svn

File size: 514 bytes
Line 
1function filename = getfilename(tree)
2% XMLTREE/GETFILENAME Get filename method
3% FORMAT filename = getfilename(tree)
4%
5% tree     - XMLTree object
6% filename - XML filename
7%_______________________________________________________________________
8%
9% Return the filename of the XML tree if loaded from disk and an empty
10% string otherwise.
11%_______________________________________________________________________
12% @(#)getfilename.m               Guillaume Flandin            02/03/27
13
14filename = tree.filename;
Note: See TracBrowser for help on using the repository browser.