Documentation ¶
Index ¶
- Variables
- type Dir
- func (d *Dir) CopyDir(root string, elems ...string) error
- func (d *Dir) CopyFile(file string, elems ...string) error
- func (d *Dir) DirExists(elems ...string) (bool, error)
- func (d *Dir) Embed(elems ...string) error
- func (d *Dir) EmbedSkip(skip int, elems ...string) error
- func (d *Dir) Exists(elems ...string) (bool, error)
- func (d *Dir) Files(elems ...string) ([]string, error)
- func (d *Dir) Folders(elems ...string) ([]string, error)
- func (d *Dir) IsEmpty(elems ...string) (bool, error)
- func (d *Dir) Link(filename string, elems ...string) error
- func (d *Dir) Mkdir(elems ...string) (string, error)
- func (d *Dir) Open() error
- func (d *Dir) Path(elems ...string) string
- func (d *Dir) Remove(elems ...string) error
- func (d *Dir) RemoveAll(elems ...string) error
- func (d *Dir) Stat(elems ...string) (os.FileInfo, error)
- func (d *Dir) String() string
- func (d *Dir) SymLink(source string, target string) error
- func (d *Dir) Unlink(elems ...string) error
- type Option
Constants ¶
This section is empty.
Variables ¶
View Source
var EmbedFS embed.FS
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.