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);
|
void pushDirectory(const std::string& dir);
|
||||||
/// Adds a directory to the directory list.
|
/// Adds a directory to the directory list.
|
||||||
|
|
||||||
void popDirectory();
|
void popDirectory();
|
||||||
/// Removes the last directory from the directory list.
|
/// Removes the last directory from the directory list.
|
||||||
|
|
||||||
void setFileName(const std::string& name);
|
void popFrontDirectory();
|
||||||
/// Sets the filename.
|
/// Removes the first directory from the directory list.
|
||||||
|
|
||||||
|
void setFileName(const std::string& name);
|
||||||
|
/// Sets the filename.
|
||||||
|
|
||||||
const std::string& getFileName() const;
|
const std::string& getFileName() const;
|
||||||
/// Returns the filename.
|
/// Returns the filename.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user