MixedRealityToolkitFiles.MapRelativeFolderPathToAbsolutePath 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.
Similar to MapRelativeFilePathToAbsolutePath, except this checks for the existence of a folder instead of file.
public:
static System::String ^ MapRelativeFolderPathToAbsolutePath(Microsoft::MixedReality::Toolkit::Utilities::Editor::MixedRealityToolkitModuleType module, System::String ^ mrtkPathToFolder);
public static string MapRelativeFolderPathToAbsolutePath (Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityToolkitModuleType module, string mrtkPathToFolder);
static member MapRelativeFolderPathToAbsolutePath : Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityToolkitModuleType * string -> string
Public Shared Function MapRelativeFolderPathToAbsolutePath (module As MixedRealityToolkitModuleType, mrtkPathToFolder As String) As String
Parameters
- mrtkPathToFolder
- String
Returns
Remarks
Returns first valid path found