package
0.0.0-20241106013813-926841a6acba
Repository: https://github.com/xyzj/toolbox.git
Documentation: pkg.go.dev
# Functions
AddPathEnvFromHere add `pwd` to PATH env.
GetExecDir get current file path.
GetExecFullpath get current file path.
GetExecName 获取可执行文件的名称.
GetExecNameWithoutExt 获取可执行文件的名称,去除扩展名.
IsExist file is exist or not.
JoinPathFromHere 从程序执行目录开始拼接路径.
MakeRuntimeDirs creates and returns the full paths for the configuration, log, and cache directories.
# Type aliases
SliceFlag 切片型参数,仅支持字符串格式.