VeriStand .NET API Reference

Utilities.StripPathIfInLLB Method

Strips the last component from the specified filePath if the path is to an LLB.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Shared Function StripPathIfInLLB ( _
	filePath As String _
) As String
C#
public static string StripPathIfInLLB(
	string filePath
)
Visual C++
public:
static String^ StripPathIfInLLB(
	String^ filePath
)

Parameters

filePath
Type: System.String
The path to strip.

Return Value

If filePath is to an LLB, the last component of filePath.

See Also