Sets whether to launch executable with filelist instead of paths directly. @param p_UseFilelist true to launch executable with filelist instead of paths.
| 132 | // @param p_UseFilelist true to launch executable with filelist instead of paths. |
| 133 | // |
| 134 | void PipelineOptions::SetUseFilelist(const bool p_UseFilelist) noexcept |
| 135 | { |
| 136 | m_UseFilelist = p_UseFilelist; |
| 137 | } |
| 138 | |
| 139 | // |
| 140 | // Gets whether the plugin should be displayed when files are selected. |