| SbFileHelperCleanUpPath Method  | 
Removes all multiple occurences of '/' in the path. 
 
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static string CleanUpPath(
	string path
)
Public Shared Function CleanUpPath ( 
	path As String
) As String
public:
static String^ CleanUpPath(
	String^ path
)
static member CleanUpPath : 
        path : string -> string 
Parameters
- path
 - Type: SystemString
 
Return Value
Type: 
String
Remarks
See Also