Click or drag to resize
SolutionIsSolutionFolder Method
Checks if a folder is a solution folder.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static bool IsSolutionFolder(
	string folder
)

Parameters

folder
Type: SystemString
Path to a folder.

Return Value

Type: Boolean
True if the folder is a solution folder.
Version Information

Supported in: 1.0.0.0
See Also