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

Method PathsSeparator

PathCopyCopy/src/Plugin.cpp:102–105  ·  view source on GitHub ↗

Returns the separator to use between each path when using this plugin. The default value is the empty string, which instructs PCC to use the default value (usually a newline). @return Separator between each path, or empty string to use default value.

Source from the content-addressed store, hash-verified

100 // @return Separator between each path, or empty string to use default value.
101 //
102 std::wstring Plugin::PathsSeparator() const
103 {
104 return L"";
105 }
106
107 //
108 // Checks if this plugin wants to copy paths recursively.

Callers 1

ActOnFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected