How to obtain path of files in a folder with Streams Java

后端 未结 0 1122
旧时难觅i
旧时难觅i 2020-12-17 17:49

I have the code below :

private Path zipFiles(Path directory){
     Files.list(directory).filter(Files::isDirectory)
                      .forEach(addToZipFi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题