Documentation
¶
Index ¶
- func Checkboxes(label string, opts []string) []string
- func ContainsAnyString(str string, substr []string) bool
- func DecryptFile(filepath string, password string, outputFile string)
- func EncryptFile(filepath string, password string, outputFile string)
- func GenerateRandomString(length int) string
- func GetDriveLetters() []string
- func IsValidZipFile(filePath string) bool
- func ListFiles(root []string, includedExts []string, excludedDirectories []string, ...) []string
- func ReadKeyFile(filepath string) string
- func ZipFiles(zipName string, files []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Checkboxes ¶
func ContainsAnyString ¶
func DecryptFile ¶
func EncryptFile ¶
func GenerateRandomString ¶
func GetDriveLetters ¶
func GetDriveLetters() []string
func IsValidZipFile ¶
func ListFiles ¶
func ListFiles(root []string, includedExts []string, excludedDirectories []string, excludedFiles []string) []string
ListFiles recursively walks through directories starting from the root paths specified and returns a list of all files that match the given criteria
func ReadKeyFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.