PathUtilPluginPath(IEnumerableString) Method
Return path to the folder where the Karamba folder resides.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static string PluginPath(
in IEnumerable<string> subPaths
)
Public Shared Function PluginPath (
ByRef subPaths As IEnumerable(Of String)
) As String
public:
static String^ PluginPath(
[InAttribute] IEnumerable<String^>^% subPaths
)
static member PluginPath :
subPaths : IEnumerable<string> byref -> string
- subPaths IEnumerableString
-
Stuff appended to the path. If first argument is ,
it would be for convenience replaced with KarambaDir().
StringReturns path.
- moved from Utils
- security: no direct user input as argument