Utilities.GetFullPathFromPackagesRelative(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.
Converts a Packages relative path to an absolute path using PackagesCopy directory instead.
public:
static System::String ^ GetFullPathFromPackagesRelative(System::String ^ path);
public static string GetFullPathFromPackagesRelative (string path);
static member GetFullPathFromPackagesRelative : string -> string
Public Function GetFullPathFromPackagesRelative (path As String) As String
Parameters
- path
- String