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