Click or drag to resize

ControllerFileSystemInfoAttributes Property

Returns the attributes of the file.

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

Property Value

Type: FileAttributes
A System.IO.FileAttributes value.
See Also