CogReferencedAssembly RegularizePath Method Cognex VisionPro 9.5
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: 69.0.0.0 (69.0.0.0)
Syntax

public static string RegularizePath(
	string path
)

Return Value

Type: String
See Also