Sets whether to copy path recursively or not. @param p_Recursively Whether to copy paths recursively.
| 65 | // @param p_Recursively Whether to copy paths recursively. |
| 66 | // |
| 67 | void PipelineOptions::SetCopyPathsRecursively(const bool p_Recursively) noexcept |
| 68 | { |
| 69 | m_Recursively = p_Recursively; |
| 70 | } |
| 71 | |
| 72 | // |
| 73 | // Returns the executable to start with the path or paths as argument. |