ControllerFileSystemInfoName Property |
For files, gets the name of the file. For directories, gets the name of the directory.
Namespace:
ABB.Robotics.Controllers.FileSystemDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public virtual string Name { get; }
Property Value
Type:
StringA string containing the name of the directory or the file, including the file name extension.
See Also