Utilities.GetAssetsRelativePathFrom(String) Method

Definition

Get a path relative to the assets folder from the absolute path.

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

Parameters

absolutePath
String

Returns

String

Applies to