VeriStand .NET API Reference

DependentFile.GetAbsolutePath Method

Gets the absolute path to a file by prepending the specified baseAbsolutePath to a relative path to the file.

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 Function GetAbsolutePath ( _
	baseAbsolutePath As String _
) As String
C#
public string GetAbsolutePath(
	string baseAbsolutePath
)
Visual C++
public:
String^ GetAbsolutePath(
	String^ baseAbsolutePath
)

Parameters

baseAbsolutePath
Type: System.String
The base path to append to the path to the file to form the absolute bath.

Return Value

The absolute path to the file.

See Also