Click or drag to resize

FileSystemCreateDirectory Method

Creates a directory on the Robot Controller.

Namespace:  ABB.Robotics.Controllers.FileSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ControllerDirectoryInfo CreateDirectory(
	string dirName
)

Parameters

dirName
Type: SystemString
Name of the directory to create.

Return Value

Type: ControllerDirectoryInfo
A ControllerDirectoryInfo struct or null if info about the new directory cannot be read.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
Remarks
The directory is created under the directory specified by the property RemoteDirectory.
See Also