IROMFileSystem ​
Interface for a file system on a flashcart.
Kind: Interface
Namespace: ConnectorLib
Inheritance: IROMProcessor
Public Member Functions
Task
Connects to the remote file system.
Task
Disconnects from the remote file system.
bool
Creates a directory on the remote file system.
bool
Removes a directory on the remote file system.
bool
Renames a file or directory on the remote file system.
bool
Boots a ROM on the the remote file system.
bool
Lists the files in a directory on the remote file system.
bool
Gets a file from the remote file system.
bool
Uploads a file to the remote file system.
bool
Uploads a file to the remote file system.
bool
Checks if a file exists on the remote file system.
bool
Retrieves information about the file remote device.
Properties
bool
Connected
[get, ]
true if the file system is connected; otherwise, false.
