Class ControllerFileSystemInfo
Represents a file system entry in the Robot Controller
Namespace: ABB.Robotics.Controllers.FileSystemDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public abstract class ControllerFileSystemInfo
Properties
CreationTime
Gets the creation time of the current Controller
Declaration
public DateTime CreationTime { get; }
Property Value
Type | Description |
---|---|
System. |
The creation date and time of the current Controller |
Exceptions
Type | Condition |
---|---|
General |
Exists
Gets a value indicating whether the file or directory exists..
Declaration
public bool Exists { get; }
Property Value
Type | Description |
---|---|
System. |
true if the file or directory exists; otherwise, false. |
Extension
Gets the string representing the extension part of the file.
Declaration
public string Extension { get; }
Property Value
Type | Description |
---|---|
System. |
A string containing the Controller |
FullName
Gets the full path of the directory or file.
Declaration
public virtual string FullName { get; }
Property Value
Type | Description |
---|---|
System. |
A string containing the full path. |
LastAccessTime
Gets the time the current file or directory was last accessed.
Declaration
public DateTime LastAccessTime { get; }
Property Value
Type | Description |
---|---|
System. |
The time that the current file or directory was last accessed. |
LastWriteTime
Gets the time when the current file or directory was last written to.
Declaration
public DateTime LastWriteTime { get; }
Property Value
Type | Description |
---|---|
System. |
The time the current file was last written. |
Name
For files, gets the name of the file. For directories, gets the name of the directory.
Declaration
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
System. |
A string containing the name of the directory or the file, including the file name extension. |