Match methods to their description.
File hierarchies
Match methods
Report a typo
Match the items from left and right columns
File.getParentFile()
File.getParent()
File.listFiles()
File.walk(direction)
File.walkBottomUp()
File.walkTopDown()
Gets a sequence for visiting this directory and all its content in top-down order
Returns a string representation of the parent directory of a file
Returns an array of files located in a given directory
Provides the directories and files we can visit in this directory
Gets a sequence for visiting this directory and all its content in bottom-up order.
Returns an instance of java.io.File representing the parent directory of a file
___
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.