fgerlits commented on a change in pull request #937:
URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r527615379
##########
File path: libminifi/include/utils/file/PathUtils.h
##########
@@ -62,6 +70,21 @@ inline bool isAbsolutePath(const char* const path) noexcept {
#endif
}
+inline utils::optional<std::string> canonicalize(const std::string &path) {
Review comment:
I guess probably an oversight (someone writing one version did not
realize the other version already exists), but this would require investigation
and testing. We can address this in another PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]