Match each of the functions from the filepath package that allow you to interact with absolute paths.
Working with file paths
Interacting with absolute paths
Report a typo
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. ___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.