Click or drag to resize

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
C#
public virtual string Name { get; }

Property Value

Type: String
A string containing the name of the directory or the file, including the file name extension.
See Also