Package dan200.computercraft.api.filesystem
package dan200.computercraft.api.filesystem
-
ClassDescriptionA simple version of
BasicFileAttributes
, which provides what information aMount
already exposes.AnIOException
which occurred on a specific file.Represents a read only part of a virtual filesystem that can be mounted onto a computer usingIComputerAccess.mount(String, Mount)
.Represents a part of a virtual filesystem that can be mounted onto a computer usingIComputerAccess.mount(String, Mount)
orIComputerAccess.mountWritable(String, WritableMount)
, that can also be written to.