Interface IFileSystem
Main interface of the file system.
Namespace: ABB.Robotics.Controllers.FileSystemDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public interface IFileSystem
Properties
LocalDirectory
Gets/Sets the local directory.
Declaration
string LocalDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemoteDirectory
Gets/Sets the remote directory.
Declaration
string RemoteDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
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 |
---|---|---|
System.String | remoteFile | Name of a file to retrieve from the Robot Controller. |
Remarks
Requires the ReadFtp grant.