<Code Lib>
2027 Method
Changes 0
M

ModelPathUtils.ConvertModelPathToUserVisiblePath

Description:
Gets a string version of the path of a given ModelPath.

public static string ConvertModelPathToUserVisiblePath(
	ModelPath path
)

  • path
    A ModelPath representing a file path or a server path.
Return Value String The path in string form

Loading…