Hi,
how to get the name of directory and subdirectory in a folder? example abc1/banana/(text files)?
i have some codes buts its not given me the name
File dir = new File("abc1");
File[] folder = dir.listFiles();
i want to get the subfolder in abc1 called "banana". thanks for the feedback.