See: Description
Interface | Description |
---|---|
IMount |
Represents a read only part of a virtual filesystem that can be mounted onto a computercraft using IComputerAccess.mount().
|
IWritableMount |
Represents a part of a virtual filesystem that can be mounted onto a computercraft using IComputerAccess.mount() or IComputerAccess.mountWritable(), that can also be written to.
|