Checks if this plugin wants to copy paths recursively. The default value is false. @return Whether to copy paths recursively.
| 111 | // @return Whether to copy paths recursively. |
| 112 | // |
| 113 | bool Plugin::CopyPathsRecursively() const noexcept(false) |
| 114 | { |
| 115 | return false; |
| 116 | } |
| 117 | |
| 118 | // |
| 119 | // Returns the action to perform on the path or paths when using this plugin. |