//
pkg.gl
Category
github.com/exu/fileb0x
utils
package
1.1.8
Repository:
https://github.com/exu/fileb0x.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
25 SLOC
#
Functions
Exists
Exists returns true when a folder/file exists.
FixName
FixName converts [/ to _](1), [ to -](2) and [, to __](3).
FixPath
FixPath converts \ and \\ to /.
GetCurrentDir
GetCurrentDir gets the directory where the application was run.