Documentation
¶
Overview ¶
higgs is a tiny cross-platform Go library to hide or unhide files and directories
**Supported OSs:** All unix based OSs (Tested on Ubuntu, MacOS), Windows
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileHide ¶
FileHide object that holds higgs configs
func NewFileHide ¶
func NewFileHide(path string, options ...FileHideOption) *FileHide
NewFileHide makes new FileHide instance
type FileHideOption ¶
type FileHideOption func(*FileHide)
FileHideOption type that holds a FileHide option
func UnixOverwriteOption ¶
func UnixOverwriteOption(value bool) FileHideOption
UnixOverwriteOption allows the renaming process to overwrite existing file (unix option)
Click to show internal directories.
Click to hide internal directories.