Search Results for

    Show / Hide Table of Contents

    Interface IFileSystem

    Main interface of the file system.

    Namespace: ABB.Robotics.Controllers.FileSystemDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public interface IFileSystem

    Properties

    View Source

    LocalDirectory

    Gets/Sets the local directory.

    Declaration
    string LocalDirectory { get; set; }
    Property Value
    Type Description
    string
    View Source

    RemoteDirectory

    Gets/Sets the remote directory.

    Declaration
    string RemoteDirectory { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    GetFile(string)

    Gets a file from the Robot Controller and store it on the local system. Stores file locally with same name as on the controller.

    Declaration
    void GetFile(string remoteFile)
    Parameters
    Type Name Description
    string remoteFile

    Name of a file to retrieve from the Robot Controller.

    Remarks

    Requires the ReadFtp grant.

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