VeriStand .NET API Reference

Utilities.StripPath Method (String)

Strips the last component from the specified path.

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 StripPath ( _
	path As String _
) As String
C#
public static string StripPath(
	string path
)
Visual C++
public:
static String^ StripPath(
	String^ path
)

Parameters

path
Type: System.String
The path to strip.

Return Value

The last component of path.

See Also

Log in to get a better experience