CogReferencedAssembly RegularizePath Method Cognex VisionPro 9.20
Returns a copy of the given path that contains no forward slashes, no leading or trailing spaces, and no trailing backslashes.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax

public static string RegularizePath(
	string path
)

Parameters

path
Type: System String

Return Value

Type: String
See Also