Documentation
¶
Overview ¶
The stringfs package provides a way to recursively encode the data in a directory as a string, and to extract the contents later.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS represents the file system and all its data.
type File ¶
type File struct {
// contains filtered or unexported fields
}
A File represents an entry in the file system.
func (*File) IsDirectory ¶
IsDirectory returns true if the file represents a directory.
func (*File) Readdirnames ¶
Readdirnames returns the names of all the files in the File, which must be a directory.
Click to show internal directories.
Click to hide internal directories.