yswdqz commented on code in PR #9822:
URL: https://github.com/apache/skywalking/pull/9822#discussion_r1003355559
##########
oap-server/server-library/library-util/src/main/java/org/apache/skywalking/oap/server/library/util/ResourceUtils.java:
##########
@@ -90,4 +90,13 @@ private static List<File> getDirectoryFilesRecursive(String
directoryPath, List<
}
return fileList;
}
+
+ public static File[] getAllPathFiles(String path) throws
FileNotFoundException {
Review Comment:
`getPathFiles` will not return folders
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]