James Turner:

- added a 'filename' helper to SGPath, corresponding to the 'directory'
helper but returning just the filename portion of the name.
This commit is contained in:
curt
2003-02-15 18:43:06 +00:00
parent 0253a46dbb
commit 5d10dda5a1

View File

@@ -100,6 +100,12 @@ public:
*/
string dir();
/**
* Return the filename part of the path.
* @return file name string
*/
string filename();
/** Get the path string
* @return path string
*/