Documentation
¶
Overview ¶
Copyright (C) Philip Schlump, 2013-2016. Version: 1.0.3 Tested on Mon Jun 20 18:01:48 MDT 2016
Index ¶
- func Exists(name string) bool
- func Fopen(fn string, mode string) (file *os.File, err error)
- func GetFilenames(dir string) (filenames, dirs []string)
- func Qt(format string, data map[string]string) string
- func QtR(format string, data map[string]interface{}) string
- func RmExt(filename string) string
- func SearchPathApp(rawFileName string, appName string, searchPath string) (fullFileName string, ok bool)
- func SubstitueUserInFilePath(s string, mdata map[string]string) (rs string, has bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFilenames ¶ added in v1.0.1
------------------------------------------------------------------------------------------------- Get a list of file names and directory. -------------------------------------------------------------------------------------------------
func Qt ¶
Qt is a string quick template. %{name%} gets replace with substitution from map if it is in map, else ""
func QtR ¶
QtR is a string quick template. It uses the same format as Qt but you get to pass a map[string]interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.