Tries the resolve path.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static bool TryResolvePath(
	string mapName,
	string baseDirectory,
	out string fullPath
)
Visual Basic
Public Shared Function TryResolvePath ( 
	mapName As String,
	baseDirectory As String,
	<OutAttribute> ByRef fullPath As String
) As Boolean

Parameters

mapName
Type: System..::..String
Name of the map.
baseDirectory
Type: System..::..String
The base directory.
fullPath
Type: System..::..String%
The full path.

Return Value

Type: Boolean

See Also