Filesystem

open class Filesystem : Closeable

Represents persistent, file-saved storage for the robot.

Functions

Link copied to clipboard
open fun access(): HashMap<String, Any>
Access the HashMap of all stored values in the filesystem.
Link copied to clipboard
open fun close()
Link copied to clipboard
open fun delete()
Delete all persistent storage related to the robot.