MixedRealityToolkitFiles.MapRelativeFolderPathToAbsolutePath Method

Definition

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

Applies to