Utilities.GetFullPathFromKnownRelative(String) Method

Definition

Gets a full path from one of the two known relative paths (Assets, Packages). Packages is converted to use PackagesCopy.

public:
 static System::String ^ GetFullPathFromKnownRelative(System::String ^ path);
public static string GetFullPathFromKnownRelative (string path);
static member GetFullPathFromKnownRelative : string -> string
Public Function GetFullPathFromKnownRelative (path As String) As String

Parameters

path
String

Returns

String

Applies to