Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type FileReader struct {
CurrentDir string
// contains filtered or unexported fields
}
func NewFileReader ¶
func NewFileReader(filePath string) (*FileReader, error)
func (*FileReader) Cd ¶
func (r *FileReader) Cd(filePath string) error
func (*FileReader) Close ¶
func (r *FileReader) Close() error
func (*FileReader) ListFiles ¶
func (r *FileReader) ListFiles() ([]string, error)
func (*FileReader) SetCurrentFilePath ¶
func (r *FileReader) SetCurrentFilePath(filePath string) error
Click to show internal directories.
Click to hide internal directories.