mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
trunk/branch integration: Path::popFrontDirectory()
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user