Click or drag to resize

FileSystemGetFilesAndDirectories Method

Returns the files and directories of the Robot Controller that match the specified search pattern.

Namespace:  ABB.Robotics.Controllers.FileSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ControllerFileSystemInfo[] GetFilesAndDirectories(
	string searchPattern
)

Parameters

searchPattern
Type: SystemString
The search string to match against.

Return Value

Type: ControllerFileSystemInfo
An array of ControllerFileSystemInfo objects matching the search criterion.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also