trunk/branch integration: Path::popFrontDirectory()

This commit is contained in:
Marian Krivos
2011-08-23 06:57:33 +00:00
parent 76f70d9358
commit 6b42ce0d0a

View File

@@ -239,12 +239,15 @@ public:
void pushDirectory(const std::string& dir);
/// Adds a directory to the directory list.
void popDirectory();
/// Removes the last directory from the directory list.
void setFileName(const std::string& name);
/// Sets the filename.
void popDirectory();
/// Removes the last directory from the directory list.
void popFrontDirectory();
/// Removes the first directory from the directory list.
void setFileName(const std::string& name);
/// Sets the filename.
const std::string& getFileName() const;
/// Returns the filename.