Documentation ¶
Index ¶
- func Append(file string, data []byte, perms ...os.FileMode) error
- func ClearPath(path string) string
- func Delete(file string) error
- func Exists(file string) bool
- func Ext(file string) string
- func GetBinDir() string
- func GetBinName() string
- func GetCWD() string
- func GetHome() string
- func Load(file string) ([]byte, error)
- func LoadJSON(file string) (data interface{}, err error)
- func LoadStruct(fName string, res any) error
- func OpenCreate(file string, flag int, perms ...os.FileMode) (*os.File, error)
- func RealPath(path string) string
- func Save(file string, data []byte, perms ...os.FileMode) error
- func SaveJSON(file string, data interface{}, perms ...os.FileMode) error
- func Truncate(file string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RealPath ¶
Развернуть путь до полного
0.1.0
Префиксы:
"." - заменяется папкой исполняемого файла "~" - заменяется домашней папкой пользователя "/" - замен не производится "" - дополняется текущей рабочей папкой
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.