- Code: Select all
void doSomethingWithAPath(const Poco::Path& path);
//Dummy example
doSomethingWithAPath(Poco::Path("C:/foo.txt").setExtension(".log").setBaseName("bar"));
void doSomethingWithAPath(const Poco::Path& path);
//Dummy example
doSomethingWithAPath(Poco::Path("C:/foo.txt").setExtension(".log").setBaseName("bar"));
Users browsing this forum: No registered users and 0 guests