Utilities.GetFullPathFromKnownRelative(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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