package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Functions

NewAsyncPath is the preferred method of initialisation for the AsyncPath type.
Open and return an io.ReadSeeker for the specified filename.
RemoveArchiveExt removes the file extension of any supported/recognised archive type from within the string.
Sort entries according to the archivefs rules, which are simply: case insensitive and directories at the top of the listing.
TrimArchiveExt removes the file extension of any supported/recognised archive type from the end of the string.

# Variables

list of file extensions for the supported archive types.

# Structs

AsyncPath provides asynchronous access to an archivefs.
AsyncResults are copies of archivefs path information that are safe to access asynchronously.
Entry
Entry represents a single part of a full path.
Path represents a single destination in the file system.

# Interfaces

SetSelectedFilename is called after a successful Set().