Guys, how to make users specify the path to the folder and then display the entire contents of the folder?

  • 2
    Please write more specifically. Where should users write? What should be displayed? Where should be displayed? - Danatela
  • @rishat, Try to write more detailed questions. Explain what you see the problem, how to reproduce it, etc. - Nicolas Chabanovsky

1 answer 1

Check out the java.io.File class.

Pay particular attention to its list() and listFiles() methods.