BuildPath.GetFullPath Method

Canonicalize a query path. This will make sure that, if it is used, the recursion operator is the next-to-last element of a path and that wildcard characters are not used except for the last element of the path.

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared Function GetFullPath ( _
    buildPath As String _
) As String
public static string GetFullPath(
    string buildPath
)
public:
static String^ GetFullPath(
    String^ buildPath
)
static member GetFullPath : 
        buildPath:string -> string
public static function GetFullPath(
    buildPath : String
) : String

Parameters

Return Value

Type: System.String
A canonicalized query path string.

.NET Framework Security

See Also

Reference

BuildPath Class

Microsoft.TeamFoundation.Build.Common Namespace