PathUtilPluginPath(IEnumerableString) Method

Return path to the folder where the Karamba folder resides.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static string PluginPath(
	 in IEnumerable<string> subPaths
)

Parameters

subPaths  IEnumerableString
Stuff appended to the path. If first argument is , it would be for convenience replaced with KarambaDir().

Return Value

String
Returns path.

Remarks

  • moved from Utils
  • security: no direct user input as argument

See Also