Click or drag to resize

ControllerFileSystemInfoExists Property

Specifies whether the file or directory exists or not.

Namespace:  ABB.Robotics.Controllers.FileSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public bool Exists { get; }

Property Value

Type: Boolean
Returns true if the file or directory exists, otherwise false.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also