Interacting with absolute paths

Report a typo

Match each of the functions from the filepath package that allow you to interact with absolute paths.

Match the items from left and right columns
filepath.Abs()
filepath.IsAbs()
filepath.Clean()
returns a string with the absolute representation of the path and an error.
returns a string with the longest path name equivalent by lexical processing.
returns a string with the shortest path name equivalent by lexical processing.
returns a bool value reporting if a specific path is absolute or not.
___

Create a free account to access the full topic