VeriStand .NET API Reference

Utilities.BuildPath Method

Creates a new path by appending a name (or relative path) to an existing 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 BuildPath ( _
	path As String, _
	relative As String _
) As String
C#
public static string BuildPath(
	string path,
	string relative
)
Visual C++
public:
static String^ BuildPath(
	String^ path, 
	String^ relative
)

Parameters

path
Type: System.String
The base path to which to append relative.
relative
Type: System.String
The new path component to append to path.

Return Value

The resulting path.

See Also

Log in to get a better experience