Rev | Line | |
---|
[925] | 1 | function 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 | % Copyright (C) 2002-2011 http://www.artefact.tk/
|
---|
| 13 |
|
---|
| 14 | % Guillaume Flandin
|
---|
| 15 | % $Id: getfilename.m 4460 2011-09-05 14:52:16Z guillaume $
|
---|
| 16 |
|
---|
| 17 | filename = tree.filename;
|
---|
Note: See
TracBrowser
for help on using the repository browser.