Search Results for

    Show / Hide Table of Contents

    Class ControllerFileSystemInfo

    Represents a file system entry in the Robot Controller

    Inheritance
    System.Object
    ControllerFileSystemInfo
    ControllerDirectoryInfo
    ControllerFileInfo
    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 ControllerFileSystemInfo object.

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

    The creation date and time of the current ControllerFileSystemInfo object.

    Exceptions
    Type Condition
    GeneralException

    Exists

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

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

    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.String

    A string containing the ControllerFileSystemInfo extension.

    FullName

    Gets the full path of the directory or file.

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

    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.DateTime

    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.DateTime

    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.String

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

    In This Article
    Back to top Copyright © 2024 ABB