Return absolute path from relative path

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static string AbsolutePath(
	string baseDirectory,
	string target
)

Parameters

baseDirectory
Type: System..::..String
Base (or current) directory to use when assembling absolute path
target
Type: System..::..String
Relative path to convert

Return Value

Type: String
Returns the absolute path

See Also