mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-26 00:40:05 +01:00
added Poco::File::linkTo()
This commit is contained in:
@@ -299,6 +299,12 @@ void FileImpl::renameToImpl(const std::string& path)
|
||||
}
|
||||
|
||||
|
||||
void FileImpl::linkToImpl(const std::string& path, int type) const
|
||||
{
|
||||
throw Poco::NotImplementedException("File::linkTo() is not available on this platform");
|
||||
}
|
||||
|
||||
|
||||
void FileImpl::removeImpl()
|
||||
{
|
||||
poco_assert (!_path.empty());
|
||||
|
||||
Reference in New Issue
Block a user