파일검색 수정
This commit is contained in:
@@ -291,11 +291,13 @@ public class FIleChecker {
|
||||
int maxDepth,
|
||||
String sortType,
|
||||
int startPos,
|
||||
int limit) {
|
||||
int endPos) {
|
||||
|
||||
Path startPath = Paths.get(dir);
|
||||
String dirPath = dir;
|
||||
|
||||
int limit = endPos - startPos + 1;
|
||||
|
||||
Set<String> targetExtensions = createExtensionSet(extension);
|
||||
|
||||
List<Basic> fileList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user