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 SourceLocalDirectory
Gets/Sets the local directory.
Declaration
string LocalDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RemoteDirectory
Gets/Sets the remote directory.
Declaration
string RemoteDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceGetFile(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.