Package dan200.computercraft.api.filesystem
package dan200.computercraft.api.filesystem
-
ClassDescriptionA simple version of
BasicFileAttributes, which provides what information aMountalready exposes.AnIOExceptionwhich 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).Useful constants functions for working with mounts.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.