We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279aa8f commit 29a2c16Copy full SHA for 29a2c16
1 file changed
filepath/api.go
@@ -7,6 +7,7 @@ import (
7
lua "github.com/yuin/gopher-lua"
8
)
9
10
+// Abs returns an absolute representation of path.
11
func Abs(L *lua.LState) int {
12
path := L.CheckString(1)
13
ret, err := filepath.Abs(path)
0 commit comments