Share via


BuildContainerPath.GetFullPath Method

Canonicalize a server drop path. This will ensure that, if used, wild cards are not used and that separators are consistent.

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

Syntax

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

Parameters

Return Value

Type: System.String
A canonicalized path string

.NET Framework Security

See Also

Reference

BuildContainerPath Class

Microsoft.TeamFoundation.Build.Common Namespace