SbFileHelperCleanUpPath Method |
Removes all multiple occurences of '/' in the path.
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
StringRemarks See Also