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 |
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.