Utilities.GetPackagesRelativePathFrom(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.
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