MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / SetUseFilelist

Method SetUseFilelist

PathCopyCopy/src/PluginPipeline.cpp:134–137  ·  view source on GitHub ↗

Sets whether to launch executable with filelist instead of paths directly. @param p_UseFilelist true to launch executable with filelist instead of paths.

Source from the content-addressed store, hash-verified

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.

Callers 1

ModifyOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected