Click or drag to resize

FileSystemRemoveDirectory Method

Removes the specified directory from 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 void RemoveDirectory(
	string path
)

Parameters

path
Type: SystemString
Path of the directory to be removed.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
Remarks
If the argument is not a path but only the name, the value of the property RemoteDirectory or LocalDirectory is used to build the path.
See Also