Utilities.GetPackagesRelativePathFrom(String) Method

Definition

Get a path relative to the Packages folder from the absolute path, uses PackagesOutput folder.

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

Parameters

absolutePath
String

Returns

String

Applies to