Search Results for

    Show / Hide Table of Contents

    Class ControllerFileSystemInfo

    Represents a file system entry in the Robot Controller

    Inheritance
    object
    ControllerFileSystemInfo
    ControllerDirectoryInfo
    ControllerFileInfo
    Namespace: ABB.Robotics.Controllers.FileSystemDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public abstract class ControllerFileSystemInfo

    Properties

    View Source

    CreationTime

    Gets the creation time of the current ControllerFileSystemInfo object.

    Declaration
    public DateTime CreationTime { get; }
    Property Value
    Type Description
    DateTime

    The creation date and time of the current ControllerFileSystemInfo object.

    Exceptions
    Type Condition
    GeneralException
    View Source

    Exists

    Gets a value indicating whether the file or directory exists..

    Declaration
    public bool Exists { get; }
    Property Value
    Type Description
    bool

    true if the file or directory exists; otherwise, false.

    View Source

    Extension

    Gets the string representing the extension part of the file.

    Declaration
    public string Extension { get; }
    Property Value
    Type Description
    string

    A string containing the ControllerFileSystemInfo extension.

    View Source

    FullName

    Gets the full path of the directory or file.

    Declaration
    public virtual string FullName { get; }
    Property Value
    Type Description
    string

    A string containing the full path.

    View Source

    LastAccessTime

    Gets the time the current file or directory was last accessed.

    Declaration
    public DateTime LastAccessTime { get; }
    Property Value
    Type Description
    DateTime

    The time that the current file or directory was last accessed.

    View Source

    LastWriteTime

    Gets the time when the current file or directory was last written to.

    Declaration
    public DateTime LastWriteTime { get; }
    Property Value
    Type Description
    DateTime

    The time the current file was last written.

    View Source

    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
    string

    A string containing the name of the directory or the file, including the file name extension.

    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics