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
path
Type: System.StringThe input path
Return Value
Type: System.String
A canonicalized path string
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.