Check if a file exists when the file name is fully not known

前端 未结 0 1162
故里飘歌
故里飘歌 2021-01-05 02:50

I want to do something like this :

file = new File("download/totem/%TEST%.json");
assertTrue(file.exists());

I don\'t know exactly

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