Modifies the given path by following the symlink if it points to one. @param p_rPath Path to modify (in-place). @param p_pPluginProvider Optional object to access plugins.
| 49 | // @param p_pPluginProvider Optional object to access plugins. |
| 50 | // |
| 51 | void FollowSymlinkPipelineElement::ModifyPath(std::wstring& p_rPath, |
| 52 | const PluginProvider* const /*p_pPluginProvider*/) const |
| 53 | { |
| 54 | PluginUtils::FollowSymlinkIfRequired(p_rPath); |
| 55 | } |
| 56 | |
| 57 | // |
| 58 | // Modifies the given path by surrounding it with quotes. |