Utilities.GetFullPathFromAssetsRelative(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 an assets relative path to an absolute path.
public:
static System::String ^ GetFullPathFromAssetsRelative(System::String ^ assetsRelativePath);
public static string GetFullPathFromAssetsRelative (string assetsRelativePath);
static member GetFullPathFromAssetsRelative : string -> string
Public Function GetFullPathFromAssetsRelative (assetsRelativePath As String) As String
Parameters
- assetsRelativePath
- String