[DEV] add getFinemaen instead of getnamefile
This commit is contained in:
parent
21601649df
commit
a1e04ad031
@ -291,6 +291,9 @@ namespace etk {
|
|||||||
* @return the name of the node (like myFile.kkk)
|
* @return the name of the node (like myFile.kkk)
|
||||||
*/
|
*/
|
||||||
etk::String getNameFile() const;
|
etk::String getNameFile() const;
|
||||||
|
etk::String getFileName() const {
|
||||||
|
return getNameFile();
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @brief Get the current folder of the Node.
|
* @brief Get the current folder of the Node.
|
||||||
* @return the common name define (like DATA:xxxxx/xxxxx/)
|
* @return the common name define (like DATA:xxxxx/xxxxx/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user